Color Hex Logo

#eea30b Color Hex

#EEA30B
(238,163,11)
0 Favorites   0 Comments

Color spaces of #eea30b

RGB 23816311
HSL0.110.910.49
HSV40°95°93°
CMYK 0.000.320.95   0.07
XYZ48.417544.39576.3340
Yxy44.39570.48830.4478
Hunter Lab66.630113.106341.0048
CIE-Lab72.492217.891475.0785

#eea30b color RGB value is (238,163,11).

#eea30b hex color red value is 238, green value is 163 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #eea30b hue: 0.11 , saturation: 0.91 and the lightness value of eea30b is 0.49.

The process color (four color CMYK) of #eea30b color hex is 0.00, 0.32, 0.95, 0.07. Web safe color of #eea30b is #ff9900. Color #eea30b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100011 00001011
Octal 356 243 13
Decimal 238 163 11
Hex EE A3 B

RGB Percentages of Color #eea30b

%57.77
%39.56
%2.67

CMYK Percentages of Color #eea30b

%0
%32
%95
%7

Triadic Colors of #eea30b

#eea30b #0beea3 #a30bee

Analogous Colors of #eea30b

#eea30b #c8ee0b #ee310b

Monochromatic Colors of #eea30b

#eea30b

Complementary Color

#eea30b #0b56ee

#eea30b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea30b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea30b Color CSS Codes

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

#eea30b Text Font Color

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

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


#eea30b Background Color

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

This div background color is #eea30b


#eea30b Border Color

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

This div border color is #eea30b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea30b


Comments

No comments written yet.

Please login to write comment.