Color Hex Logo

#ee820b Color Hex

#EE820B
(238,130,11)
0 Favorites   0 Comments

Color spaces of #ee820b

RGB 23813011
HSL0.090.910.49
HSV31°95°93°
CMYK 0.000.450.95   0.07
XYZ43.302934.16664.6291
Yxy34.16660.52740.4162
Hunter Lab58.452229.946136.2211
CIE-Lab65.094635.190470.0150

#ee820b color RGB value is (238,130,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000010 00001011
Octal 356 202 13
Decimal 238 130 11
Hex EE 82 B

RGB Percentages of Color #ee820b

%62.80
%34.30
%2.90

CMYK Percentages of Color #ee820b

%0
%45
%95
%7

Triadic Colors of #ee820b

#ee820b #0bee82 #820bee

Analogous Colors of #ee820b

#ee820b #e9ee0b #ee100b

Monochromatic Colors of #ee820b

#ee820b

Complementary Color

#ee820b #0b77ee

#ee820b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee820b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee820b Color CSS Codes

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

#ee820b Text Font Color

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

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


#ee820b Background Color

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

This div background color is #ee820b


#ee820b Border Color

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

This div border color is #ee820b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee820b

#ee820b Color Palettes


Comments

No comments written yet.

Please login to write comment.