Color Hex Logo

#eea15b Color Hex

#EEA15B
(238,161,91)
0 Favorites   0 Comments

Color spaces of #eea15b

RGB 23816191
HSL0.080.810.65
HSV29°62°93°
CMYK 0.000.320.62   0.07
XYZ49.893144.422215.8422
Yxy44.42220.45290.4033
Hunter Lab66.650016.984832.5622
CIE-Lab72.509821.831747.4113

#eea15b color RGB value is (238,161,91).

#eea15b hex color red value is 238, green value is 161 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #eea15b hue: 0.08 , saturation: 0.81 and the lightness value of eea15b is 0.65.

The process color (four color CMYK) of #eea15b color hex is 0.00, 0.32, 0.62, 0.07. Web safe color of #eea15b is #ff9966. Color #eea15b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100001 01011011
Octal 356 241 133
Decimal 238 161 91
Hex EE A1 5B

RGB Percentages of Color #eea15b

%48.57
%32.86
%18.57

CMYK Percentages of Color #eea15b

%0
%32
%62
%7

Triadic Colors of #eea15b

#eea15b #5beea1 #a15bee

Analogous Colors of #eea15b

#eea15b #eeeb5b #ee5b5f

Monochromatic Colors of #eea15b

#eea15b

Complementary Color

#eea15b #5ba8ee

#eea15b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea15b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea15b Color CSS Codes

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

#eea15b Text Font Color

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

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


#eea15b Background Color

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

This div background color is #eea15b


#eea15b Border Color

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

This div border color is #eea15b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea15b


Comments

No comments written yet.

Please login to write comment.