Color Hex Logo

#eeb570 Color Hex

#EEB570
(238,181,112)
0 Favorites   0 Comments

Color spaces of #eeb570

RGB 238181112
HSL0.090.790.69
HSV33°53°93°
CMYK 0.000.240.53   0.07
XYZ54.708452.394722.5590
Yxy52.39470.42190.4041
Hunter Lab72.38428.239032.1908
CIE-Lab77.516312.831542.8899

#eeb570 color RGB value is (238,181,112).

#eeb570 hex color red value is 238, green value is 181 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #eeb570 hue: 0.09 , saturation: 0.79 and the lightness value of eeb570 is 0.69.

The process color (four color CMYK) of #eeb570 color hex is 0.00, 0.24, 0.53, 0.07. Web safe color of #eeb570 is #ffcc66. Color #eeb570 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110101 01110000
Octal 356 265 160
Decimal 238 181 112
Hex EE B5 70

RGB Percentages of Color #eeb570

%44.82
%34.09
%21.09

CMYK Percentages of Color #eeb570

%0
%24
%53
%7

Triadic Colors of #eeb570

#eeb570 #70eeb5 #b570ee

Analogous Colors of #eeb570

#eeb570 #e8ee70 #ee7670

Monochromatic Colors of #eeb570

#eeb570

Complementary Color

#eeb570 #70a9ee

#eeb570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb570 Color CSS Codes

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

#eeb570 Text Font Color

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

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


#eeb570 Background Color

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

This div background color is #eeb570


#eeb570 Border Color

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

This div border color is #eeb570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb570


Comments

No comments written yet.

Please login to write comment.