Color Hex Logo

#e99012 Color Hex

#E99012
(233,144,18)
0 Favorites   0 Comments

Color spaces of #e99012

RGB 23314418
HSL0.100.860.49
HSV35°92°91°
CMYK 0.000.380.92   0.09
XYZ43.686737.31385.4720
Yxy37.31380.50520.4315
Hunter Lab61.085020.760637.4483
CIE-Lab67.511825.904770.1798

#e99012 color RGB value is (233,144,18).

#e99012 hex color red value is 233, green value is 144 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #e99012 hue: 0.10 , saturation: 0.86 and the lightness value of e99012 is 0.49.

The process color (four color CMYK) of #e99012 color hex is 0.00, 0.38, 0.92, 0.09. Web safe color of #e99012 is #ff9900. Color #e99012 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10010000 00010010
Octal 351 220 22
Decimal 233 144 18
Hex E9 90 12

RGB Percentages of Color #e99012

%58.99
%36.46
%4.56

CMYK Percentages of Color #e99012

%0
%38
%92
%9

Triadic Colors of #e99012

#e99012 #12e990 #9012e9

Analogous Colors of #e99012

#e99012 #d7e912 #e92412

Monochromatic Colors of #e99012

#e99012

Complementary Color

#e99012 #126be9

#e99012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e99012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e99012 Color CSS Codes

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

#e99012 Text Font Color

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

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


#e99012 Background Color

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

This div background color is #e99012


#e99012 Border Color

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

This div border color is #e99012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e99012


Comments

No comments written yet.

Please login to write comment.