Color Hex Logo

#eeb24d Color Hex

#EEB24D
(238,178,77)
0 Favorites   0 Comments

Color spaces of #eeb24d

RGB 23817877
HSL0.100.830.62
HSV38°68°93°
CMYK 0.000.250.68   0.07
XYZ52.519850.553814.0109
Yxy50.55380.44860.4318
Hunter Lab71.10127.424238.0874
CIE-Lab76.407911.986858.3526

#eeb24d color RGB value is (238,178,77).

#eeb24d hex color red value is 238, green value is 178 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #eeb24d hue: 0.10 , saturation: 0.83 and the lightness value of eeb24d is 0.62.

The process color (four color CMYK) of #eeb24d color hex is 0.00, 0.25, 0.68, 0.07. Web safe color of #eeb24d is #ff9966. Color #eeb24d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110010 01001101
Octal 356 262 115
Decimal 238 178 77
Hex EE B2 4D

RGB Percentages of Color #eeb24d

%48.28
%36.11
%15.62

CMYK Percentages of Color #eeb24d

%0
%25
%68
%7

Triadic Colors of #eeb24d

#eeb24d #4deeb2 #b24dee

Analogous Colors of #eeb24d

#eeb24d #daee4d #ee624d

Monochromatic Colors of #eeb24d

#eeb24d

Complementary Color

#eeb24d #4d89ee

#eeb24d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb24d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb24d Color CSS Codes

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

#eeb24d Text Font Color

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

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


#eeb24d Background Color

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

This div background color is #eeb24d


#eeb24d Border Color

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

This div border color is #eeb24d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb24d


Comments

No comments written yet.

Please login to write comment.