Color Hex Logo

#eea66b Color Hex

#EEA66B
(238,166,107)
0 Favorites   0 Comments

Color spaces of #eea66b

RGB 238166107
HSL0.080.790.68
HSV27°55°93°
CMYK 0.000.300.55   0.07
XYZ51.550046.511120.1705
Yxy46.51110.43600.3934
Hunter Lab68.199015.575530.2038
CIE-Lab73.876020.359440.9470

#eea66b color RGB value is (238,166,107).

#eea66b hex color red value is 238, green value is 166 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #eea66b hue: 0.08 , saturation: 0.79 and the lightness value of eea66b is 0.68.

The process color (four color CMYK) of #eea66b color hex is 0.00, 0.30, 0.55, 0.07. Web safe color of #eea66b is #ff9966. Color #eea66b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100110 01101011
Octal 356 246 153
Decimal 238 166 107
Hex EE A6 6B

RGB Percentages of Color #eea66b

%46.58
%32.49
%20.94

CMYK Percentages of Color #eea66b

%0
%30
%55
%7

Triadic Colors of #eea66b

#eea66b #6beea6 #a66bee

Analogous Colors of #eea66b

#eea66b #eee86b #ee6b72

Monochromatic Colors of #eea66b

#eea66b

Complementary Color

#eea66b #6bb3ee

#eea66b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea66b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea66b Color CSS Codes

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

#eea66b Text Font Color

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

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


#eea66b Background Color

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

This div background color is #eea66b


#eea66b Border Color

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

This div border color is #eea66b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea66b


Comments

No comments written yet.

Please login to write comment.