color codes Logo

#e98c12 color codes

#E98C12
(233,140,18)
0 Favorites   0 Comments

Color spaces of #e98c12

RGB 23314018
HSL0.090.860.49
HSV34°92°91°
CMYK 0.000.400.92   0.09
XYZ43.091536.12355.2736
Yxy36.12350.51000.4276
Hunter Lab60.102822.797936.8697
CIE-Lab66.614228.013369.5352

#e98c12 color RGB value is (233,140,18).

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

The process color (four color CMYK) of #e98c12 color code is 0.00, 0.40, 0.92, 0.09. Web safe color of #e98c12 is #ff9900. Color #e98c12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001100 00010010
Octal 351 214 22
Decimal 233 140 18
Hex E9 8C 12

RGB Percentages of Color #e98c12

%59.59
%35.81
%4.60

CMYK Percentages of Color #e98c12

%0
%40
%92
%9

Triadic Colors of #e98c12

#e98c12 #12e98c #8c12e9

Analogous Colors of #e98c12

#e98c12 #dbe912 #e92012

Monochromatic Colors of #e98c12

#e98c12

Complementary Color

#e98c12 #126fe9

#e98c12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e98c12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e98c12 Color CSS Codes

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

#e98c12 Text Font Color

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

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


#e98c12 Background Color

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

This div background color is #e98c12


#e98c12 Border Color

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

This div border color is #e98c12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e98c12


Comments

No comments written yet.

Please login to write comment.