color codes Logo

#eaa40f color codes

#EAA40F
(234,164,15)
0 Favorites   0 Comments

Color spaces of #eaa40f

RGB 23416415
HSL0.110.880.49
HSV41°94°92°
CMYK 0.000.300.94   0.08
XYZ47.293444.07786.4672
Yxy44.07780.48340.4505
Hunter Lab66.391110.969240.6983
CIE-Lab72.280515.689574.1740

#eaa40f color RGB value is (234,164,15).

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

The process color (four color CMYK) of #eaa40f color code is 0.00, 0.30, 0.94, 0.08. Web safe color of #eaa40f is #ff9900. Color #eaa40f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100100 00001111
Octal 352 244 17
Decimal 234 164 15
Hex EA A4 F

RGB Percentages of Color #eaa40f

%56.66
%39.71
%3.63

CMYK Percentages of Color #eaa40f

%0
%30
%94
%8

Triadic Colors of #eaa40f

#eaa40f #0feaa4 #a40fea

Analogous Colors of #eaa40f

#eaa40f #c3ea0f #ea360f

Monochromatic Colors of #eaa40f

#eaa40f

Complementary Color

#eaa40f #0f55ea

#eaa40f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa40f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa40f Color CSS Codes

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

#eaa40f Text Font Color

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

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


#eaa40f Background Color

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

This div background color is #eaa40f


#eaa40f Border Color

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

This div border color is #eaa40f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,164,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa40f


Comments

No comments written yet.

Please login to write comment.