color codes Logo

#e0962b color codes

#E0962B
(224,150,43)
0 Favorites   0 Comments

Color spaces of #e0962b

RGB 22415043
HSL0.100.740.52
HSV35°81°88°
CMYK 0.000.330.81   0.12
XYZ42.082937.83447.3703
Yxy37.83440.48210.4334
Hunter Lab61.509714.481935.9524
CIE-Lab67.898419.457463.1435

#e0962b color RGB value is (224,150,43).

#e0962b hex color red value is 224, green value is 150 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #e0962b hue: 0.10 , saturation: 0.74 and the lightness value of e0962b is 0.52.

The process color (four color CMYK) of #e0962b color code is 0.00, 0.33, 0.81, 0.12. Web safe color of #e0962b is #cc9933. Color #e0962b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010110 00101011
Octal 340 226 53
Decimal 224 150 43
Hex E0 96 2B

RGB Percentages of Color #e0962b

%53.72
%35.97
%10.31

CMYK Percentages of Color #e0962b

%0
%33
%81
%12

Triadic Colors of #e0962b

#e0962b #2be096 #962be0

Analogous Colors of #e0962b

#e0962b #d0e02b #e03b2b

Monochromatic Colors of #e0962b

#e0962b

Complementary Color

#e0962b #2b75e0

#e0962b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0962b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0962b Color CSS Codes

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

#e0962b Text Font Color

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

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


#e0962b Background Color

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

This div background color is #e0962b


#e0962b Border Color

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

This div border color is #e0962b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0962b


Comments

No comments written yet.

Please login to write comment.