Color Hex Logo

#eeb01d Color Hex

#EEB01D
(238,176,29)
0 Favorites   0 Comments

Color spaces of #eeb01d

RGB 23817629
HSL0.120.860.52
HSV42°88°93°
CMYK 0.000.260.88   0.07
XYZ51.007049.31657.9931
Yxy49.31650.47090.4553
Hunter Lab70.22576.754842.4096
CIE-Lab75.647811.285474.2705

#eeb01d color RGB value is (238,176,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110000 00011101
Octal 356 260 35
Decimal 238 176 29
Hex EE B0 1D

RGB Percentages of Color #eeb01d

%53.72
%39.73
%6.55

CMYK Percentages of Color #eeb01d

%0
%26
%88
%7

Triadic Colors of #eeb01d

#eeb01d #1deeb0 #b01dee

Analogous Colors of #eeb01d

#eeb01d #c4ee1d #ee471d

Monochromatic Colors of #eeb01d

#eeb01d

Complementary Color

#eeb01d #1d5bee

#eeb01d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb01d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb01d Color CSS Codes

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

#eeb01d Text Font Color

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

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


#eeb01d Background Color

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

This div background color is #eeb01d


#eeb01d Border Color

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

This div border color is #eeb01d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb01d


Comments

No comments written yet.

Please login to write comment.