Color Hex Logo

#e1963d Color Hex

#E1963D
(225,150,61)
0 Favorites   0 Comments

Color spaces of #e1963d

RGB 22515061
HSL0.090.730.56
HSV33°73°88°
CMYK 0.000.330.73   0.12
XYZ42.800038.15729.5241
Yxy38.15720.47300.4217
Hunter Lab61.771515.578234.0986
CIE-Lab68.136320.584356.2820

#e1963d color RGB value is (225,150,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010110 00111101
Octal 341 226 75
Decimal 225 150 61
Hex E1 96 3D

RGB Percentages of Color #e1963d

%51.61
%34.40
%13.99

CMYK Percentages of Color #e1963d

%0
%33
%73
%12

Triadic Colors of #e1963d

#e1963d #3de196 #963de1

Analogous Colors of #e1963d

#e1963d #dae13d #e1443d

Monochromatic Colors of #e1963d

#e1963d

Complementary Color

#e1963d #3d88e1

#e1963d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1963d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1963d Color CSS Codes

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

#e1963d Text Font Color

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

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


#e1963d Background Color

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

This div background color is #e1963d


#e1963d Border Color

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

This div border color is #e1963d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1963d


Comments

No comments written yet.

Please login to write comment.