Color Hex Logo

#eea40b Color Hex

#EEA40B
(238,164,11)
0 Favorites   0 Comments

Color spaces of #eea40b

RGB 23816411
HSL0.110.910.49
HSV40°95°93°
CMYK 0.000.310.95   0.07
XYZ48.595844.75226.3934
Yxy44.75220.48720.4487
Hunter Lab66.897112.597241.1616
CIE-Lab72.728417.362875.2443

#eea40b color RGB value is (238,164,11).

#eea40b hex color red value is 238, green value is 164 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #eea40b hue: 0.11 , saturation: 0.91 and the lightness value of eea40b is 0.49.

The process color (four color CMYK) of #eea40b color hex is 0.00, 0.31, 0.95, 0.07. Web safe color of #eea40b is #ff9900. Color #eea40b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100100 00001011
Octal 356 244 13
Decimal 238 164 11
Hex EE A4 B

RGB Percentages of Color #eea40b

%57.63
%39.71
%2.66

CMYK Percentages of Color #eea40b

%0
%31
%95
%7

Triadic Colors of #eea40b

#eea40b #0beea4 #a40bee

Analogous Colors of #eea40b

#eea40b #c7ee0b #ee330b

Monochromatic Colors of #eea40b

#eea40b

Complementary Color

#eea40b #0b55ee

#eea40b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea40b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea40b Color CSS Codes

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

#eea40b Text Font Color

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

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


#eea40b Background Color

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

This div background color is #eea40b


#eea40b Border Color

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

This div border color is #eea40b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea40b


Comments

No comments written yet.

Please login to write comment.