color codes Logo

#ecb712 color codes

#ECB712
(236,183,18)
0 Favorites   0 Comments

Color spaces of #ecb712

RGB 23618318
HSL0.130.860.50
HSV45°92°93°
CMYK 0.000.220.92   0.07
XYZ51.634751.74357.8383
Yxy51.74350.46430.4653
Hunter Lab71.93302.247743.8924
CIE-Lab77.12726.568677.3653

#ecb712 color RGB value is (236,183,18).

#ecb712 hex color red value is 236, green value is 183 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #ecb712 hue: 0.13 , saturation: 0.86 and the lightness value of ecb712 is 0.50.

The process color (four color CMYK) of #ecb712 color code is 0.00, 0.22, 0.92, 0.07. Web safe color of #ecb712 is #ffcc00. Color #ecb712 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110111 00010010
Octal 354 267 22
Decimal 236 183 18
Hex EC B7 12

RGB Percentages of Color #ecb712

%54.00
%41.88
%4.12

CMYK Percentages of Color #ecb712

%0
%22
%92
%7

Triadic Colors of #ecb712

#ecb712 #12ecb7 #b712ec

Analogous Colors of #ecb712

#ecb712 #b4ec12 #ec4a12

Monochromatic Colors of #ecb712

#ecb712

Complementary Color

#ecb712 #1247ec

#ecb712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb712 Color CSS Codes

.mybgcolor {background-color:#ecb712; } 
.myforecolor {color:#ecb712; }
.mybordercolor {border:3px solid #ecb712; }

#ecb712 Text Font Color

<p style="color:#ecb712">Text here</p>

This sample text font color is #ecb712
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ecb712 Background Color

<div style="background-color:#ecb712">
Div content here</div>

This div background color is #ecb712


#ecb712 Border Color

<div style="border:3px solid #ecb712">
Div here</div>

This div border color is #ecb712


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(236,183,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ecb712; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ecb712;
  -webkit-box-shadow: 1px 1px 3px 2px #ecb712;
  box-shadow:         1px 1px 3px 2px #ecb712; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,183,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ecb712">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ecb712;
  -webkit-box-shadow: 1px 1px 3px 2px #ecb712;
  box-shadow:         1px 1px 3px 2px #ecb712;">
Div content here</div>

This div box has shadow with color #ecb712


Comments

No comments written yet.

Please login to write comment.