Color Hex Logo

#eec30a Color Hex

#EEC30A
(238,195,10)
0 Favorites   0 Comments

Color spaces of #eec30a

RGB 23819510
HSL0.140.920.49
HSV49°96°93°
CMYK 0.000.180.96   0.07
XYZ54.829857.22938.4437
Yxy57.22930.45500.4749
Hunter Lab75.6500-3.014046.3374
CIE-Lab80.30841.103880.7610

#eec30a color RGB value is (238,195,10).

#eec30a hex color red value is 238, green value is 195 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #eec30a hue: 0.14 , saturation: 0.92 and the lightness value of eec30a is 0.49.

The process color (four color CMYK) of #eec30a color hex is 0.00, 0.18, 0.96, 0.07. Web safe color of #eec30a is #ffcc00. Color #eec30a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000011 00001010
Octal 356 303 12
Decimal 238 195 10
Hex EE C3 A

RGB Percentages of Color #eec30a

%53.72
%44.02
%2.26

CMYK Percentages of Color #eec30a

%0
%18
%96
%7

Triadic Colors of #eec30a

#eec30a #0aeec3 #c30aee

Analogous Colors of #eec30a

#eec30a #a7ee0a #ee510a

Monochromatic Colors of #eec30a

#eec30a

Complementary Color

#eec30a #0a35ee

#eec30a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec30a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec30a Color CSS Codes

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

#eec30a Text Font Color

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

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


#eec30a Background Color

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

This div background color is #eec30a


#eec30a Border Color

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

This div border color is #eec30a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec30a


Comments

No comments written yet.

Please login to write comment.