Color Hex Logo

#eea40f Color Hex

#EEA40F
(238,164,15)
0 Favorites   0 Comments

Color spaces of #eea40f

RGB 23816415
HSL0.110.880.50
HSV40°94°93°
CMYK 0.000.310.94   0.07
XYZ48.621644.76266.5293
Yxy44.76260.48660.4480
Hunter Lab66.904912.637441.0472
CIE-Lab72.735317.403974.7092

#eea40f color RGB value is (238,164,15).

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

The process color (four color CMYK) of #eea40f color hex is 0.00, 0.31, 0.94, 0.07. Web safe color of #eea40f is #ff9900. Color #eea40f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100100 00001111
Octal 356 244 17
Decimal 238 164 15
Hex EE A4 F

RGB Percentages of Color #eea40f

%57.07
%39.33
%3.60

CMYK Percentages of Color #eea40f

%0
%31
%94
%7

Triadic Colors of #eea40f

#eea40f #0feea4 #a40fee

Analogous Colors of #eea40f

#eea40f #c9ee0f #ee350f

Monochromatic Colors of #eea40f

#eea40f

Complementary Color

#eea40f #0f59ee

#eea40f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea40f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea40f Color CSS Codes

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

#eea40f Text Font Color

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

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


#eea40f Background Color

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

This div background color is #eea40f


#eea40f Border Color

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

This div border color is #eea40f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea40f


Comments

No comments written yet.

Please login to write comment.