Color Hex Logo

#ee8210 Color Hex

#EE8210
(238,130,16)
0 Favorites   0 Comments

Color spaces of #ee8210

RGB 23813016
HSL0.090.870.50
HSV31°93°93°
CMYK 0.000.450.93   0.07
XYZ43.336134.17984.8035
Yxy34.17980.52640.4152
Hunter Lab58.463530.002136.0530
CIE-Lab65.105035.243769.1672

#ee8210 color RGB value is (238,130,16).

#ee8210 hex color red value is 238, green value is 130 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #ee8210 hue: 0.09 , saturation: 0.87 and the lightness value of ee8210 is 0.50.

The process color (four color CMYK) of #ee8210 color hex is 0.00, 0.45, 0.93, 0.07. Web safe color of #ee8210 is #ff9900. Color #ee8210 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000010 00010000
Octal 356 202 20
Decimal 238 130 16
Hex EE 82 10

RGB Percentages of Color #ee8210

%61.98
%33.85
%4.17

CMYK Percentages of Color #ee8210

%0
%45
%93
%7

Triadic Colors of #ee8210

#ee8210 #10ee82 #8210ee

Analogous Colors of #ee8210

#ee8210 #ebee10 #ee1310

Monochromatic Colors of #ee8210

#ee8210

Complementary Color

#ee8210 #107cee

#ee8210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee8210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee8210 Color CSS Codes

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

#ee8210 Text Font Color

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

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


#ee8210 Background Color

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

This div background color is #ee8210


#ee8210 Border Color

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

This div border color is #ee8210


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,130,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ee8210; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ee8210;
  -webkit-box-shadow: 1px 1px 3px 2px #ee8210;
  box-shadow:         1px 1px 3px 2px #ee8210; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,130,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee8210

#ee8210 Color Palettes


Comments

No comments written yet.

Please login to write comment.