Color Hex Logo

#eeb572 Color Hex

#EEB572
(238,181,114)
0 Favorites   0 Comments

Color spaces of #eeb572

RGB 238181114
HSL0.090.780.69
HSV32°52°93°
CMYK 0.000.240.52   0.07
XYZ54.821052.439823.1521
Yxy52.43980.42040.4021
Hunter Lab72.41538.404131.7350
CIE-Lab77.543113.001041.9080

#eeb572 color RGB value is (238,181,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110101 01110010
Octal 356 265 162
Decimal 238 181 114
Hex EE B5 72

RGB Percentages of Color #eeb572

%44.65
%33.96
%21.39

CMYK Percentages of Color #eeb572

%0
%24
%52
%7

Triadic Colors of #eeb572

#eeb572 #72eeb5 #b572ee

Analogous Colors of #eeb572

#eeb572 #e9ee72 #ee7772

Monochromatic Colors of #eeb572

#eeb572

Complementary Color

#eeb572 #72abee

#eeb572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb572 Color CSS Codes

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

#eeb572 Text Font Color

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

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


#eeb572 Background Color

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

This div background color is #eeb572


#eeb572 Border Color

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

This div border color is #eeb572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb572


Comments

No comments written yet.

Please login to write comment.