color codes Logo

#eea40a color codes

#EEA40A
(238,164,10)
0 Favorites   0 Comments

Color spaces of #eea40a

RGB 23816410
HSL0.110.920.49
HSV41°96°93°
CMYK 0.000.310.96   0.07
XYZ48.590144.75006.3638
Yxy44.75000.48730.4488
Hunter Lab66.895412.588041.1865
CIE-Lab72.727017.353475.3620

#eea40a color RGB value is (238,164,10).

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

The process color (four color CMYK) of #eea40a color code is 0.00, 0.31, 0.96, 0.07. Web safe color of #eea40a is #ff9900. Color #eea40a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100100 00001010
Octal 356 244 12
Decimal 238 164 10
Hex EE A4 A

RGB Percentages of Color #eea40a

%57.77
%39.81
%2.43

CMYK Percentages of Color #eea40a

%0
%31
%96
%7

Triadic Colors of #eea40a

#eea40a #0aeea4 #a40aee

Analogous Colors of #eea40a

#eea40a #c6ee0a #ee320a

Monochromatic Colors of #eea40a

#eea40a

Complementary Color

#eea40a #0a54ee

#eea40a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea40a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea40a Color CSS Codes

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

#eea40a Text Font Color

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

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


#eea40a Background Color

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

This div background color is #eea40a


#eea40a Border Color

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

This div border color is #eea40a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,164,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 #eea40a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea40a


Comments

No comments written yet.

Please login to write comment.