Color Hex Logo

#eecc3a Color Hex

#EECC3A
(238,204,58)
0 Favorites   0 Comments

Color spaces of #eecc3a

RGB 23820458
HSL0.140.840.58
HSV49°76°93°
CMYK 0.000.140.76   0.07
XYZ57.616561.668412.8695
Yxy61.66840.43600.4666
Hunter Lab78.5292-6.461645.2539
CIE-Lab82.7368-2.428072.0842

#eecc3a color RGB value is (238,204,58).

#eecc3a hex color red value is 238, green value is 204 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #eecc3a hue: 0.14 , saturation: 0.84 and the lightness value of eecc3a is 0.58.

The process color (four color CMYK) of #eecc3a color hex is 0.00, 0.14, 0.76, 0.07. Web safe color of #eecc3a is #ffcc33. Color #eecc3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001100 00111010
Octal 356 314 72
Decimal 238 204 58
Hex EE CC 3A

RGB Percentages of Color #eecc3a

%47.60
%40.80
%11.60

CMYK Percentages of Color #eecc3a

%0
%14
%76
%7

Triadic Colors of #eecc3a

#eecc3a #3aeecc #cc3aee

Analogous Colors of #eecc3a

#eecc3a #b6ee3a #ee723a

Monochromatic Colors of #eecc3a

#eecc3a

Complementary Color

#eecc3a #3a5cee

#eecc3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecc3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecc3a Color CSS Codes

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

#eecc3a Text Font Color

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

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


#eecc3a Background Color

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

This div background color is #eecc3a


#eecc3a Border Color

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

This div border color is #eecc3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecc3a


Comments

No comments written yet.

Please login to write comment.