Color Hex Logo

#eeb12a Color Hex

#EEB12A
(238,177,42)
0 Favorites   0 Comments

Color spaces of #eeb12a

RGB 23817742
HSL0.110.850.55
HSV41°82°93°
CMYK 0.000.260.82   0.07
XYZ51.400049.78869.0916
Yxy49.78860.46610.4515
Hunter Lab70.56106.546041.7534
CIE-Lab75.939311.069771.1002

#eeb12a color RGB value is (238,177,42).

#eeb12a hex color red value is 238, green value is 177 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #eeb12a hue: 0.11 , saturation: 0.85 and the lightness value of eeb12a is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110001 00101010
Octal 356 261 52
Decimal 238 177 42
Hex EE B1 2A

RGB Percentages of Color #eeb12a

%52.08
%38.73
%9.19

CMYK Percentages of Color #eeb12a

%0
%26
%82
%7

Triadic Colors of #eeb12a

#eeb12a #2aeeb1 #b12aee

Analogous Colors of #eeb12a

#eeb12a #c9ee2a #ee4f2a

Monochromatic Colors of #eeb12a

#eeb12a

Complementary Color

#eeb12a #2a67ee

#eeb12a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb12a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb12a Color CSS Codes

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

#eeb12a Text Font Color

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

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


#eeb12a Background Color

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

This div background color is #eeb12a


#eeb12a Border Color

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

This div border color is #eeb12a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb12a


Comments

No comments written yet.

Please login to write comment.