Color Hex Logo

#ee882a Color Hex

#EE882A
(238,136,42)
0 Favorites   0 Comments

Color spaces of #ee882a

RGB 23813642
HSL0.080.850.55
HSV29°82°93°
CMYK 0.000.430.82   0.07
XYZ44.482035.95266.7856
Yxy35.95260.51000.4122
Hunter Lab59.960527.490335.2626
CIE-Lab66.483732.663762.9194

#ee882a color RGB value is (238,136,42).

#ee882a hex color red value is 238, green value is 136 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ee882a hue: 0.08 , saturation: 0.85 and the lightness value of ee882a is 0.55.

The process color (four color CMYK) of #ee882a color hex is 0.00, 0.43, 0.82, 0.07. Web safe color of #ee882a is #ff9933. Color #ee882a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10001000 00101010
Octal 356 210 52
Decimal 238 136 42
Hex EE 88 2A

RGB Percentages of Color #ee882a

%57.21
%32.69
%10.10

CMYK Percentages of Color #ee882a

%0
%43
%82
%7

Triadic Colors of #ee882a

#ee882a #2aee88 #882aee

Analogous Colors of #ee882a

#ee882a #eeea2a #ee2a2e

Monochromatic Colors of #ee882a

#ee882a

Complementary Color

#ee882a #2a90ee

#ee882a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee882a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee882a Color CSS Codes

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

#ee882a Text Font Color

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

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


#ee882a Background Color

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

This div background color is #ee882a


#ee882a Border Color

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

This div border color is #ee882a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee882a


Comments

No comments written yet.

Please login to write comment.