Color Hex Logo

#eeb524 Color Hex

#EEB524
(238,181,36)
0 Favorites   0 Comments

Color spaces of #eeb524

RGB 23818136
HSL0.120.860.54
HSV43°85°93°
CMYK 0.000.240.85   0.07
XYZ52.102251.35238.8350
Yxy51.35230.46400.4573
Hunter Lab71.66054.376142.8525
CIE-Lab76.89198.810373.5729

#eeb524 color RGB value is (238,181,36).

#eeb524 hex color red value is 238, green value is 181 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #eeb524 hue: 0.12 , saturation: 0.86 and the lightness value of eeb524 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110101 00100100
Octal 356 265 44
Decimal 238 181 36
Hex EE B5 24

RGB Percentages of Color #eeb524

%52.31
%39.78
%7.91

CMYK Percentages of Color #eeb524

%0
%24
%85
%7

Triadic Colors of #eeb524

#eeb524 #24eeb5 #b524ee

Analogous Colors of #eeb524

#eeb524 #c2ee24 #ee5024

Monochromatic Colors of #eeb524

#eeb524

Complementary Color

#eeb524 #245dee

#eeb524 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb524 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb524 Color CSS Codes

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

#eeb524 Text Font Color

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

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


#eeb524 Background Color

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

This div background color is #eeb524


#eeb524 Border Color

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

This div border color is #eeb524


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb524


Comments

No comments written yet.

Please login to write comment.