Color Hex Logo

#ea8a1f Color Hex

#EA8A1F
(234,138,31)
0 Favorites   0 Comments

Color spaces of #ea8a1f

RGB 23413831
HSL0.090.830.52
HSV32°87°92°
CMYK 0.000.410.87   0.08
XYZ43.267535.76835.9199
Yxy35.76830.50930.4210
Hunter Lab59.806624.475535.9959
CIE-Lab66.342529.706666.2026

#ea8a1f color RGB value is (234,138,31).

#ea8a1f hex color red value is 234, green value is 138 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ea8a1f hue: 0.09 , saturation: 0.83 and the lightness value of ea8a1f is 0.52.

The process color (four color CMYK) of #ea8a1f color hex is 0.00, 0.41, 0.87, 0.08. Web safe color of #ea8a1f is #ff9933. Color #ea8a1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001010 00011111
Octal 352 212 37
Decimal 234 138 31
Hex EA 8A 1F

RGB Percentages of Color #ea8a1f

%58.06
%34.24
%7.69

CMYK Percentages of Color #ea8a1f

%0
%41
%87
%8

Triadic Colors of #ea8a1f

#ea8a1f #1fea8a #8a1fea

Analogous Colors of #ea8a1f

#ea8a1f #e5ea1f #ea251f

Monochromatic Colors of #ea8a1f

#ea8a1f

Complementary Color

#ea8a1f #1f7fea

#ea8a1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8a1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8a1f Color CSS Codes

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

#ea8a1f Text Font Color

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

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


#ea8a1f Background Color

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

This div background color is #ea8a1f


#ea8a1f Border Color

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

This div border color is #ea8a1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8a1f


Comments

No comments written yet.

Please login to write comment.