Color Hex Logo

#ecc04b Color Hex

#ECC04B
(236,192,75)
0 Favorites   0 Comments

Color spaces of #ecc04b

RGB 23619275
HSL0.120.810.61
HSV44°68°93°
CMYK 0.000.190.68   0.07
XYZ54.711756.040114.5898
Yxy56.04010.43650.4471
Hunter Lab74.8599-0.547440.8467
CIE-Lab79.63663.700362.5474

#ecc04b color RGB value is (236,192,75).

#ecc04b hex color red value is 236, green value is 192 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ecc04b hue: 0.12 , saturation: 0.81 and the lightness value of ecc04b is 0.61.

The process color (four color CMYK) of #ecc04b color hex is 0.00, 0.19, 0.68, 0.07. Web safe color of #ecc04b is #ffcc33. Color #ecc04b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000000 01001011
Octal 354 300 113
Decimal 236 192 75
Hex EC C0 4B

RGB Percentages of Color #ecc04b

%46.92
%38.17
%14.91

CMYK Percentages of Color #ecc04b

%0
%19
%68
%7

Triadic Colors of #ecc04b

#ecc04b #4becc0 #c04bec

Analogous Colors of #ecc04b

#ecc04b #c8ec4b #ec704b

Monochromatic Colors of #ecc04b

#ecc04b

Complementary Color

#ecc04b #4b77ec

#ecc04b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc04b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc04b Color CSS Codes

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

#ecc04b Text Font Color

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

This sample text font color is #ecc04b
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.


#ecc04b Background Color

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

This div background color is #ecc04b


#ecc04b Border Color

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

This div border color is #ecc04b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc04b


Comments

No comments written yet.

Please login to write comment.