color codes Logo

#eea80b color codes

#EEA80B
(238,168,11)
0 Favorites   0 Comments

Color spaces of #eea80b

RGB 23816811
HSL0.120.910.49
HSV41°95°93°
CMYK 0.000.290.95   0.07
XYZ49.322946.20666.6358
Yxy46.20660.48280.4523
Hunter Lab67.975410.562441.7949
CIE-Lab73.679415.247975.9137

#eea80b color RGB value is (238,168,11).

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

The process color (four color CMYK) of #eea80b color code is 0.00, 0.29, 0.95, 0.07. Web safe color of #eea80b is #ff9900. Color #eea80b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101000 00001011
Octal 356 250 13
Decimal 238 168 11
Hex EE A8 B

RGB Percentages of Color #eea80b

%57.07
%40.29
%2.64

CMYK Percentages of Color #eea80b

%0
%29
%95
%7

Triadic Colors of #eea80b

#eea80b #0beea8 #a80bee

Analogous Colors of #eea80b

#eea80b #c3ee0b #ee370b

Monochromatic Colors of #eea80b

#eea80b

Complementary Color

#eea80b #0b51ee

#eea80b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea80b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea80b Color CSS Codes

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

#eea80b Text Font Color

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

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


#eea80b Background Color

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

This div background color is #eea80b


#eea80b Border Color

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

This div border color is #eea80b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,168,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 #eea80b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea80b


Comments

No comments written yet.

Please login to write comment.