Color Hex Logo

#ea800d Color Hex

#EA800D
(234,128,13)
0 Favorites   0 Comments

Color spaces of #ea800d

RGB 23412813
HSL0.090.890.48
HSV31°94°92°
CMYK 0.000.450.94   0.08
XYZ41.723532.95984.5436
Yxy32.95980.52660.4160
Hunter Lab57.410629.257335.4951
CIE-Lab64.128334.619668.7815

#ea800d color RGB value is (234,128,13).

#ea800d hex color red value is 234, green value is 128 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ea800d hue: 0.09 , saturation: 0.89 and the lightness value of ea800d is 0.48.

The process color (four color CMYK) of #ea800d color hex is 0.00, 0.45, 0.94, 0.08. Web safe color of #ea800d is #ff9900. Color #ea800d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000000 00001101
Octal 352 200 15
Decimal 234 128 13
Hex EA 80 D

RGB Percentages of Color #ea800d

%62.40
%34.13
%3.47

CMYK Percentages of Color #ea800d

%0
%45
%94
%8

Triadic Colors of #ea800d

#ea800d #0dea80 #800dea

Analogous Colors of #ea800d

#ea800d #e6ea0d #ea110d

Monochromatic Colors of #ea800d

#ea800d

Complementary Color

#ea800d #0d77ea

#ea800d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea800d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea800d Color CSS Codes

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

#ea800d Text Font Color

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

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


#ea800d Background Color

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

This div background color is #ea800d


#ea800d Border Color

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

This div border color is #ea800d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea800d


Comments

No comments written yet.

Please login to write comment.