Color Hex Logo

#ea790f Color Hex

#EA790F
(234,121,15)
0 Favorites   0 Comments

Color spaces of #ea790f

RGB 23412115
HSL0.080.880.49
HSV29°94°92°
CMYK 0.000.480.94   0.08
XYZ40.855331.20174.3211
Yxy31.20170.53490.4085
Hunter Lab55.858532.803934.5144
CIE-Lab62.677538.218967.4315

#ea790f color RGB value is (234,121,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111001 00001111
Octal 352 171 17
Decimal 234 121 15
Hex EA 79 F

RGB Percentages of Color #ea790f

%63.24
%32.70
%4.05

CMYK Percentages of Color #ea790f

%0
%48
%94
%8

Triadic Colors of #ea790f

#ea790f #0fea79 #790fea

Analogous Colors of #ea790f

#ea790f #eae70f #ea0f13

Monochromatic Colors of #ea790f

#ea790f

Complementary Color

#ea790f #0f80ea

#ea790f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea790f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea790f Color CSS Codes

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

#ea790f Text Font Color

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

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


#ea790f Background Color

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

This div background color is #ea790f


#ea790f Border Color

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

This div border color is #ea790f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea790f


Comments

No comments written yet.

Please login to write comment.