Color Hex Logo

#e7964a Color Hex

#E7964A
(231,150,74)
0 Favorites   0 Comments

Color spaces of #e7964a

RGB 23115074
HSL0.080.770.60
HSV29°68°91°
CMYK 0.000.350.68   0.09
XYZ45.097439.296011.6866
Yxy39.29600.46940.4090
Hunter Lab62.686518.713532.8272
CIE-Lab68.965123.749851.4444

#e7964a color RGB value is (231,150,74).

#e7964a hex color red value is 231, green value is 150 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #e7964a hue: 0.08 , saturation: 0.77 and the lightness value of e7964a is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010110 01001010
Octal 347 226 112
Decimal 231 150 74
Hex E7 96 4A

RGB Percentages of Color #e7964a

%50.77
%32.97
%16.26

CMYK Percentages of Color #e7964a

%0
%35
%68
%9

Triadic Colors of #e7964a

#e7964a #4ae796 #964ae7

Analogous Colors of #e7964a

#e7964a #e7e54a #e74a4c

Monochromatic Colors of #e7964a

#e7964a

Complementary Color

#e7964a #4a9be7

#e7964a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7964a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7964a Color CSS Codes

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

#e7964a Text Font Color

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

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


#e7964a Background Color

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

This div background color is #e7964a


#e7964a Border Color

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

This div border color is #e7964a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7964a


Comments

No comments written yet.

Please login to write comment.