Color Hex Logo

#e0792a Color Hex

#E0792A
(224,121,42)
0 Favorites   0 Comments

Color spaces of #e0792a

RGB 22412142
HSL0.070.750.52
HSV26°81°88°
CMYK 0.000.460.81   0.12
XYZ37.995829.68925.9185
Yxy29.68920.51620.4034
Hunter Lab54.487829.119231.7013
CIE-Lab61.385134.772357.6614

#e0792a color RGB value is (224,121,42).

#e0792a hex color red value is 224, green value is 121 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #e0792a hue: 0.07 , saturation: 0.75 and the lightness value of e0792a is 0.52.

The process color (four color CMYK) of #e0792a color hex is 0.00, 0.46, 0.81, 0.12. Web safe color of #e0792a is #cc6633. Color #e0792a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111001 00101010
Octal 340 171 52
Decimal 224 121 42
Hex E0 79 2A

RGB Percentages of Color #e0792a

%57.88
%31.27
%10.85

CMYK Percentages of Color #e0792a

%0
%46
%81
%12

Triadic Colors of #e0792a

#e0792a #2ae079 #792ae0

Analogous Colors of #e0792a

#e0792a #e0d42a #e02a36

Monochromatic Colors of #e0792a

#e0792a

Complementary Color

#e0792a #2a91e0

#e0792a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0792a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0792a Color CSS Codes

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

#e0792a Text Font Color

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

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


#e0792a Background Color

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

This div background color is #e0792a


#e0792a Border Color

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

This div border color is #e0792a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,121,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0792a


Comments

No comments written yet.

Please login to write comment.