Color Hex Logo

#eeb10a Color Hex

#EEB10A
(238,177,10)
0 Favorites   0 Comments

Color spaces of #eeb10a

RGB 23817710
HSL0.120.920.49
HSV44°96°93°
CMYK 0.000.260.96   0.07
XYZ51.036849.64337.1794
Yxy49.64330.47320.4603
Hunter Lab70.45805.996443.2792
CIE-Lab75.849810.493877.5627

#eeb10a color RGB value is (238,177,10).

#eeb10a hex color red value is 238, green value is 177 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #eeb10a hue: 0.12 , saturation: 0.92 and the lightness value of eeb10a is 0.49.

The process color (four color CMYK) of #eeb10a color hex is 0.00, 0.26, 0.96, 0.07. Web safe color of #eeb10a is #ff9900. Color #eeb10a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110001 00001010
Octal 356 261 12
Decimal 238 177 10
Hex EE B1 A

RGB Percentages of Color #eeb10a

%56.00
%41.65
%2.35

CMYK Percentages of Color #eeb10a

%0
%26
%96
%7

Triadic Colors of #eeb10a

#eeb10a #0aeeb1 #b10aee

Analogous Colors of #eeb10a

#eeb10a #b9ee0a #ee3f0a

Monochromatic Colors of #eeb10a

#eeb10a

Complementary Color

#eeb10a #0a47ee

#eeb10a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb10a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb10a Color CSS Codes

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

#eeb10a Text Font Color

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

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


#eeb10a Background Color

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

This div background color is #eeb10a


#eeb10a Border Color

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

This div border color is #eeb10a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb10a


Comments

No comments written yet.

Please login to write comment.