Color Hex Logo

#eeb15c Color Hex

#EEB15C
(238,177,92)
0 Favorites   0 Comments

Color spaces of #eeb15c

RGB 23817792
HSL0.100.810.65
HSV35°61°93°
CMYK 0.000.260.61   0.07
XYZ52.913850.394117.0634
Yxy50.39410.43960.4187
Hunter Lab70.98888.820335.4408
CIE-Lab76.310513.430151.3280

#eeb15c color RGB value is (238,177,92).

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

The process color (four color CMYK) of #eeb15c color hex is 0.00, 0.26, 0.61, 0.07. Web safe color of #eeb15c is #ff9966. Color #eeb15c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110001 01011100
Octal 356 261 134
Decimal 238 177 92
Hex EE B1 5C

RGB Percentages of Color #eeb15c

%46.94
%34.91
%18.15

CMYK Percentages of Color #eeb15c

%0
%26
%61
%7

Triadic Colors of #eeb15c

#eeb15c #5ceeb1 #b15cee

Analogous Colors of #eeb15c

#eeb15c #e2ee5c #ee685c

Monochromatic Colors of #eeb15c

#eeb15c

Complementary Color

#eeb15c #5c99ee

#eeb15c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb15c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb15c Color CSS Codes

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

#eeb15c Text Font Color

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

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


#eeb15c Background Color

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

This div background color is #eeb15c


#eeb15c Border Color

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

This div border color is #eeb15c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb15c


Comments

No comments written yet.

Please login to write comment.