Color Hex Logo

#eeb01f Color Hex

#EEB01F
(238,176,31)
0 Favorites   0 Comments

Color spaces of #eeb01f

RGB 23817631
HSL0.120.860.53
HSV42°87°93°
CMYK 0.000.260.87   0.07
XYZ51.032649.32678.1276
Yxy49.32670.47040.4547
Hunter Lab70.23306.793842.3018
CIE-Lab75.654111.326173.8143

#eeb01f color RGB value is (238,176,31).

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

The process color (four color CMYK) of #eeb01f color hex is 0.00, 0.26, 0.87, 0.07. Web safe color of #eeb01f is #ff9933. Color #eeb01f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110000 00011111
Octal 356 260 37
Decimal 238 176 31
Hex EE B0 1F

RGB Percentages of Color #eeb01f

%53.48
%39.55
%6.97

CMYK Percentages of Color #eeb01f

%0
%26
%87
%7

Triadic Colors of #eeb01f

#eeb01f #1feeb0 #b01fee

Analogous Colors of #eeb01f

#eeb01f #c5ee1f #ee491f

Monochromatic Colors of #eeb01f

#eeb01f

Complementary Color

#eeb01f #1f5dee

#eeb01f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb01f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb01f Color CSS Codes

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

#eeb01f Text Font Color

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

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


#eeb01f Background Color

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

This div background color is #eeb01f


#eeb01f Border Color

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

This div border color is #eeb01f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb01f


Comments

No comments written yet.

Please login to write comment.