Color Hex Logo

#ee822d Color Hex

#EE822D
(238,130,45)
0 Favorites   0 Comments

Color spaces of #ee822d

RGB 23813045
HSL0.070.850.55
HSV26°81°93°
CMYK 0.000.450.81   0.07
XYZ43.716234.33196.8052
Yxy34.33190.51520.4046
Hunter Lab58.593430.639334.1293
CIE-Lab65.225235.847760.6733

#ee822d color RGB value is (238,130,45).

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

The process color (four color CMYK) of #ee822d color hex is 0.00, 0.45, 0.81, 0.07. Web safe color of #ee822d is #ff9933. Color #ee822d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000010 00101101
Octal 356 202 55
Decimal 238 130 45
Hex EE 82 2D

RGB Percentages of Color #ee822d

%57.63
%31.48
%10.90

CMYK Percentages of Color #ee822d

%0
%45
%81
%7

Triadic Colors of #ee822d

#ee822d #2dee82 #822dee

Analogous Colors of #ee822d

#ee822d #eee32d #ee2d38

Monochromatic Colors of #ee822d

#ee822d

Complementary Color

#ee822d #2d99ee

#ee822d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee822d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee822d Color CSS Codes

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

#ee822d Text Font Color

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

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


#ee822d Background Color

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

This div background color is #ee822d


#ee822d Border Color

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

This div border color is #ee822d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee822d


Comments

No comments written yet.

Please login to write comment.