Color Hex Logo

#e9640e Color Hex

#E9640E
(233,100,14)
0 Favorites   0 Comments

Color spaces of #e9640e

RGB 23310014
HSL0.070.890.48
HSV24°94°91°
CMYK 0.000.570.94   0.09
XYZ38.240726.46973.5091
Yxy26.46970.56060.3880
Hunter Lab51.448742.639931.9702
CIE-Lab58.480248.083064.7676

#e9640e color RGB value is (233,100,14).

#e9640e hex color red value is 233, green value is 100 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #e9640e hue: 0.07 , saturation: 0.89 and the lightness value of e9640e is 0.48.

The process color (four color CMYK) of #e9640e color hex is 0.00, 0.57, 0.94, 0.09. Web safe color of #e9640e is #ff6600. Color #e9640e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01100100 00001110
Octal 351 144 16
Decimal 233 100 14
Hex E9 64 E

RGB Percentages of Color #e9640e

%67.15
%28.82
%4.03

CMYK Percentages of Color #e9640e

%0
%57
%94
%9

Triadic Colors of #e9640e

#e9640e #0ee964 #640ee9

Analogous Colors of #e9640e

#e9640e #e9d20e #e90e26

Monochromatic Colors of #e9640e

#e9640e

Complementary Color

#e9640e #0e93e9

#e9640e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9640e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9640e Color CSS Codes

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

#e9640e Text Font Color

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

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


#e9640e Background Color

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

This div background color is #e9640e


#e9640e Border Color

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

This div border color is #e9640e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,100,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e9640e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e9640e;
  -webkit-box-shadow: 1px 1px 3px 2px #e9640e;
  box-shadow:         1px 1px 3px 2px #e9640e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,100,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9640e


Comments

No comments written yet.

Please login to write comment.