Color Hex Logo

#eeb05d Color Hex

#EEB05D
(238,176,93)
0 Favorites   0 Comments

Color spaces of #eeb05d

RGB 23817693
HSL0.100.810.65
HSV34°61°93°
CMYK 0.000.260.61   0.07
XYZ52.761050.018117.2296
Yxy50.01810.43960.4168
Hunter Lab70.72359.398235.0622
CIE-Lab76.080414.025950.5822

#eeb05d color RGB value is (238,176,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110000 01011101
Octal 356 260 135
Decimal 238 176 93
Hex EE B0 5D

RGB Percentages of Color #eeb05d

%46.94
%34.71
%18.34

CMYK Percentages of Color #eeb05d

%0
%26
%61
%7

Triadic Colors of #eeb05d

#eeb05d #5deeb0 #b05dee

Analogous Colors of #eeb05d

#eeb05d #e4ee5d #ee685d

Monochromatic Colors of #eeb05d

#eeb05d

Complementary Color

#eeb05d #5d9bee

#eeb05d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb05d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb05d Color CSS Codes

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

#eeb05d Text Font Color

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

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


#eeb05d Background Color

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

This div background color is #eeb05d


#eeb05d Border Color

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

This div border color is #eeb05d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb05d


Comments

No comments written yet.

Please login to write comment.