Color Hex Logo

#eeb221 Color Hex

#EEB221
(238,178,33)
0 Favorites   0 Comments

Color spaces of #eeb221

RGB 23817833
HSL0.120.860.53
HSV42°86°93°
CMYK 0.000.250.86   0.07
XYZ51.454850.12778.4025
Yxy50.12770.46780.4558
Hunter Lab70.80095.823942.5242
CIE-Lab76.147610.316873.7261

#eeb221 color RGB value is (238,178,33).

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

The process color (four color CMYK) of #eeb221 color hex is 0.00, 0.25, 0.86, 0.07. Web safe color of #eeb221 is #ff9933. Color #eeb221 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110010 00100001
Octal 356 262 41
Decimal 238 178 33
Hex EE B2 21

RGB Percentages of Color #eeb221

%53.01
%39.64
%7.35

CMYK Percentages of Color #eeb221

%0
%25
%86
%7

Triadic Colors of #eeb221

#eeb221 #21eeb2 #b221ee

Analogous Colors of #eeb221

#eeb221 #c4ee21 #ee4b21

Monochromatic Colors of #eeb221

#eeb221

Complementary Color

#eeb221 #215dee

#eeb221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb221 Color CSS Codes

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

#eeb221 Text Font Color

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

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


#eeb221 Background Color

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

This div background color is #eeb221


#eeb221 Border Color

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

This div border color is #eeb221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb221


Comments

No comments written yet.

Please login to write comment.