Color Hex Logo

#e0cc4c Color Hex

#E0CC4C
(224,204,76)
0 Favorites   0 Comments

Color spaces of #e0cc4c

RGB 22420476
HSL0.140.700.59
HSV52°66°88°
CMYK 0.000.090.66   0.12
XYZ53.637859.554815.5057
Yxy59.55480.41680.4627
Hunter Lab77.1718-10.985142.1074
CIE-Lab81.5956-7.482963.8266

#e0cc4c color RGB value is (224,204,76).

#e0cc4c hex color red value is 224, green value is 204 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #e0cc4c hue: 0.14 , saturation: 0.70 and the lightness value of e0cc4c is 0.59.

The process color (four color CMYK) of #e0cc4c color hex is 0.00, 0.09, 0.66, 0.12. Web safe color of #e0cc4c is #cccc33. Color #e0cc4c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001100 01001100
Octal 340 314 114
Decimal 224 204 76
Hex E0 CC 4C

RGB Percentages of Color #e0cc4c

%44.44
%40.48
%15.08

CMYK Percentages of Color #e0cc4c

%0
%9
%66
%12

Triadic Colors of #e0cc4c

#e0cc4c #4ce0cc #cc4ce0

Analogous Colors of #e0cc4c

#e0cc4c #aae04c #e0824c

Monochromatic Colors of #e0cc4c

#e0cc4c

Complementary Color

#e0cc4c #4c60e0

#e0cc4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0cc4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0cc4c Color CSS Codes

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

#e0cc4c Text Font Color

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

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


#e0cc4c Background Color

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

This div background color is #e0cc4c


#e0cc4c Border Color

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

This div border color is #e0cc4c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,204,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0cc4c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0cc4c;
  -webkit-box-shadow: 1px 1px 3px 2px #e0cc4c;
  box-shadow:         1px 1px 3px 2px #e0cc4c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,204,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0cc4c

#e0cc4c Color Palettes


Comments

No comments written yet.

Please login to write comment.