Color Hex Logo

#e3962a Color Hex

#E3962A
(227,150,42)
0 Favorites   0 Comments

Color spaces of #e3962a

RGB 22715042
HSL0.100.770.53
HSV35°81°89°
CMYK 0.000.340.81   0.11
XYZ43.002838.31087.3187
Yxy38.31080.48520.4322
Hunter Lab61.895715.697536.3164
CIE-Lab68.249120.702763.9388

#e3962a color RGB value is (227,150,42).

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

The process color (four color CMYK) of #e3962a color hex is 0.00, 0.34, 0.81, 0.11. Web safe color of #e3962a is #cc9933. Color #e3962a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010110 00101010
Octal 343 226 52
Decimal 227 150 42
Hex E3 96 2A

RGB Percentages of Color #e3962a

%54.18
%35.80
%10.02

CMYK Percentages of Color #e3962a

%0
%34
%81
%11

Triadic Colors of #e3962a

#e3962a #2ae396 #962ae3

Analogous Colors of #e3962a

#e3962a #d4e32a #e33a2a

Monochromatic Colors of #e3962a

#e3962a

Complementary Color

#e3962a #2a77e3

#e3962a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3962a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3962a Color CSS Codes

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

#e3962a Text Font Color

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

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


#e3962a Background Color

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

This div background color is #e3962a


#e3962a Border Color

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

This div border color is #e3962a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3962a


Comments

No comments written yet.

Please login to write comment.