Color Hex Logo

#ea790d Color Hex

#EA790D
(234,121,13)
0 Favorites   0 Comments

Color spaces of #ea790d

RGB 23412113
HSL0.080.890.48
HSV29°94°92°
CMYK 0.000.480.94   0.08
XYZ40.841731.19624.2496
Yxy31.19620.53540.4089
Hunter Lab55.853632.780534.5864
CIE-Lab62.672938.197067.8019

#ea790d color RGB value is (234,121,13).

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

The process color (four color CMYK) of #ea790d color hex is 0.00, 0.48, 0.94, 0.08. Web safe color of #ea790d is #ff6600. Color #ea790d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111001 00001101
Octal 352 171 15
Decimal 234 121 13
Hex EA 79 D

RGB Percentages of Color #ea790d

%63.59
%32.88
%3.53

CMYK Percentages of Color #ea790d

%0
%48
%94
%8

Triadic Colors of #ea790d

#ea790d #0dea79 #790dea

Analogous Colors of #ea790d

#ea790d #eae80d #ea0d10

Monochromatic Colors of #ea790d

#ea790d

Complementary Color

#ea790d #0d7eea

#ea790d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea790d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea790d Color CSS Codes

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

#ea790d Text Font Color

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

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


#ea790d Background Color

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

This div background color is #ea790d


#ea790d Border Color

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

This div border color is #ea790d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea790d


Comments

No comments written yet.

Please login to write comment.