Color Hex Logo

#e2cc3c Color Hex

#E2CC3C
(226,204,60)
0 Favorites   0 Comments

Color spaces of #e2cc3c

RGB 22620460
HSL0.140.740.56
HSV52°73°89°
CMYK 0.000.100.73   0.11
XYZ53.772559.680712.9604
Yxy59.68070.42540.4721
Hunter Lab77.2533-10.947544.1305
CIE-Lab81.6643-7.433570.0047

#e2cc3c color RGB value is (226,204,60).

#e2cc3c hex color red value is 226, green value is 204 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #e2cc3c hue: 0.14 , saturation: 0.74 and the lightness value of e2cc3c is 0.56.

The process color (four color CMYK) of #e2cc3c color hex is 0.00, 0.10, 0.73, 0.11. Web safe color of #e2cc3c is #cccc33. Color #e2cc3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001100 00111100
Octal 342 314 74
Decimal 226 204 60
Hex E2 CC 3C

RGB Percentages of Color #e2cc3c

%46.12
%41.63
%12.24

CMYK Percentages of Color #e2cc3c

%0
%10
%73
%11

Triadic Colors of #e2cc3c

#e2cc3c #3ce2cc #cc3ce2

Analogous Colors of #e2cc3c

#e2cc3c #a5e23c #e2793c

Monochromatic Colors of #e2cc3c

#e2cc3c

Complementary Color

#e2cc3c #3c52e2

#e2cc3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2cc3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2cc3c Color CSS Codes

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

#e2cc3c Text Font Color

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

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


#e2cc3c Background Color

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

This div background color is #e2cc3c


#e2cc3c Border Color

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

This div border color is #e2cc3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2cc3c


Comments

No comments written yet.

Please login to write comment.