Color Hex Logo

#ee8309 Color Hex

#EE8309
(238,131,9)
0 Favorites   0 Comments

Color spaces of #ee8309

RGB 2381319
HSL0.090.930.48
HSV32°96°93°
CMYK 0.000.450.96   0.07
XYZ43.425534.42954.6152
Yxy34.42950.52660.4175
Hunter Lab58.676729.420436.4102
CIE-Lab65.302134.658970.4427

#ee8309 color RGB value is (238,131,9).

#ee8309 hex color red value is 238, green value is 131 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #ee8309 hue: 0.09 , saturation: 0.93 and the lightness value of ee8309 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000011 00001001
Octal 356 203 11
Decimal 238 131 9
Hex EE 83 9

RGB Percentages of Color #ee8309

%62.96
%34.66
%2.38

CMYK Percentages of Color #ee8309

%0
%45
%96
%7

Triadic Colors of #ee8309

#ee8309 #09ee83 #8309ee

Analogous Colors of #ee8309

#ee8309 #e7ee09 #ee1009

Monochromatic Colors of #ee8309

#ee8309

Complementary Color

#ee8309 #0974ee

#ee8309 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee8309 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee8309 Color CSS Codes

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

#ee8309 Text Font Color

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

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


#ee8309 Background Color

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

This div background color is #ee8309


#ee8309 Border Color

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

This div border color is #ee8309


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee8309


Comments

No comments written yet.

Please login to write comment.