Color Hex Logo

#e7963f Color Hex

#E7963F
(231,150,63)
0 Favorites   0 Comments

Color spaces of #e7963f

RGB 23115063
HSL0.090.780.58
HSV31°73°91°
CMYK 0.000.350.73   0.09
XYZ44.758539.16059.9023
Yxy39.16050.47710.4174
Hunter Lab62.578418.158134.4229
CIE-Lab68.867423.191956.3825

#e7963f color RGB value is (231,150,63).

#e7963f hex color red value is 231, green value is 150 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #e7963f hue: 0.09 , saturation: 0.78 and the lightness value of e7963f is 0.58.

The process color (four color CMYK) of #e7963f color hex is 0.00, 0.35, 0.73, 0.09. Web safe color of #e7963f is #ff9933. Color #e7963f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010110 00111111
Octal 347 226 77
Decimal 231 150 63
Hex E7 96 3F

RGB Percentages of Color #e7963f

%52.03
%33.78
%14.19

CMYK Percentages of Color #e7963f

%0
%35
%73
%9

Triadic Colors of #e7963f

#e7963f #3fe796 #963fe7

Analogous Colors of #e7963f

#e7963f #e4e73f #e7423f

Monochromatic Colors of #e7963f

#e7963f

Complementary Color

#e7963f #3f90e7

#e7963f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7963f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7963f Color CSS Codes

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

#e7963f Text Font Color

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

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


#e7963f Background Color

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

This div background color is #e7963f


#e7963f Border Color

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

This div border color is #e7963f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7963f


Comments

No comments written yet.

Please login to write comment.