Color Hex Logo

#e5962a Color Hex

#E5962A
(229,150,42)
2 Favorites   0 Comments

Color spaces of #e5962a

RGB 22915042
HSL0.100.780.53
HSV35°82°90°
CMYK 0.000.340.82   0.10
XYZ43.637438.63797.3484
Yxy38.63790.48690.4311
Hunter Lab62.159416.532436.5024
CIE-Lab68.488221.551164.2411

#e5962a color RGB value is (229,150,42).

#e5962a hex color red value is 229, green value is 150 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #e5962a hue: 0.10 , saturation: 0.78 and the lightness value of e5962a is 0.53.

The process color (four color CMYK) of #e5962a color hex is 0.00, 0.34, 0.82, 0.10. Web safe color of #e5962a is #cc9933. Color #e5962a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010110 00101010
Octal 345 226 52
Decimal 229 150 42
Hex E5 96 2A

RGB Percentages of Color #e5962a

%54.39
%35.63
%9.98

CMYK Percentages of Color #e5962a

%0
%34
%82
%10

Triadic Colors of #e5962a

#e5962a #2ae596 #962ae5

Analogous Colors of #e5962a

#e5962a #d7e52a #e5382a

Monochromatic Colors of #e5962a

#e5962a

Complementary Color

#e5962a #2a79e5

#e5962a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5962a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5962a Color CSS Codes

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

#e5962a Text Font Color

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

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


#e5962a Background Color

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

This div background color is #e5962a


#e5962a Border Color

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

This div border color is #e5962a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5962a


Comments

No comments written yet.

Please login to write comment.