Color Hex Logo

#eeb53d Color Hex

#EEB53D
(238,181,61)
0 Favorites   0 Comments

Color spaces of #eeb53d

RGB 23818161
HSL0.110.840.59
HSV41°74°93°
CMYK 0.000.240.74   0.07
XYZ52.626151.561811.5936
Yxy51.56180.45450.4453
Hunter Lab71.80655.158940.6919
CIE-Lab77.01819.633565.5816

#eeb53d color RGB value is (238,181,61).

#eeb53d hex color red value is 238, green value is 181 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #eeb53d hue: 0.11 , saturation: 0.84 and the lightness value of eeb53d is 0.59.

The process color (four color CMYK) of #eeb53d color hex is 0.00, 0.24, 0.74, 0.07. Web safe color of #eeb53d is #ffcc33. Color #eeb53d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110101 00111101
Octal 356 265 75
Decimal 238 181 61
Hex EE B5 3D

RGB Percentages of Color #eeb53d

%49.58
%37.71
%12.71

CMYK Percentages of Color #eeb53d

%0
%24
%74
%7

Triadic Colors of #eeb53d

#eeb53d #3deeb5 #b53dee

Analogous Colors of #eeb53d

#eeb53d #cfee3d #ee5d3d

Monochromatic Colors of #eeb53d

#eeb53d

Complementary Color

#eeb53d #3d76ee

#eeb53d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb53d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb53d Color CSS Codes

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

#eeb53d Text Font Color

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

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


#eeb53d Background Color

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

This div background color is #eeb53d


#eeb53d Border Color

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

This div border color is #eeb53d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb53d


Comments

No comments written yet.

Please login to write comment.