Color Hex Logo

#e0963d Color Hex

#E0963D
(224,150,61)
0 Favorites   0 Comments

Color spaces of #e0963d

RGB 22415061
HSL0.090.720.56
HSV33°73°88°
CMYK 0.000.330.73   0.12
XYZ42.489137.99699.5096
Yxy37.99690.47210.4222
Hunter Lab61.641615.165834.0023
CIE-Lab68.018320.162756.1237

#e0963d color RGB value is (224,150,61).

#e0963d hex color red value is 224, green value is 150 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #e0963d hue: 0.09 , saturation: 0.72 and the lightness value of e0963d is 0.56.

The process color (four color CMYK) of #e0963d color hex is 0.00, 0.33, 0.73, 0.12. Web safe color of #e0963d is #cc9933. Color #e0963d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010110 00111101
Octal 340 226 75
Decimal 224 150 61
Hex E0 96 3D

RGB Percentages of Color #e0963d

%51.49
%34.48
%14.02

CMYK Percentages of Color #e0963d

%0
%33
%73
%12

Triadic Colors of #e0963d

#e0963d #3de096 #963de0

Analogous Colors of #e0963d

#e0963d #d9e03d #e0453d

Monochromatic Colors of #e0963d

#e0963d

Complementary Color

#e0963d #3d87e0

#e0963d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0963d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0963d Color CSS Codes

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

#e0963d Text Font Color

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

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


#e0963d Background Color

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

This div background color is #e0963d


#e0963d Border Color

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

This div border color is #e0963d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0963d


Comments

No comments written yet.

Please login to write comment.