Shades of Sun #EE882D
Tints of Sun #EE882D
RGB
CMYK
RGB Variations
Color information
#EE882D (or 0xEE882D) is known color: Sun. HEX triplet: EE, 88 and 2D. RGB value is (238,136,45). Sum of RGB (Red+Green+Blue) = 238+136+45=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 45 (17.97% from 255 or 10.74% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EE882D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE882D is #1177D2. Grayscale: #9C9C9C. Windows color (decimal): -1144787 or 2984174. OLE color: 2984174.
HSL color Cylindrical-coordinate representation of color #EE882D: hue angle of 28.29º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE882D is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 136 | 45 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.07 |
| HSL | 28.29º | 0.85% | 0.55% | - |
| HSV(B) | 28.29º | 0.81% | 0.93% | - |
| XYZ | 44.54 | 35.97 | 7.08 | - |
| YUV | 156.12 | 65.29 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 136 | 45 | 0 | 0.43 | 0.81 | 0.07 | 28.29 | 0.85 | 0.55 |
| Hex | EE | 88 | 2D | 0 | 2B | 51 | 7 | 1C | 55 | 37 |
| Octal | 356 | 210 | 55 | 0 | 53 | 121 | 7 | 34 | 125 | 67 |
| Binary | 11101110 | 10001000 | 101101 | 0 | 101011 | 1010001 | 111 | 11100 | 1010101 | 110111 |
Color Harmonies of #EE882D
Complementary color
Monochromatic Colors of #EE882D
Black with #EE882D
Text Example
Text Example
White with #EE882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE882D; }
p { color: rgb(238,136,45); }
H1.HeaderClassName
{
color: #EE882D;
}
.AnyTagClassName
{
color: #EE882D;
}
</style>
background-color css
<style>
a { background-color: #EE882D; }
a { background-color: rgb(238,136,45); }
div.DivClassName
{
background-color: #EE882D;
}
.BgClassName
{
background-color: #EE882D;
}
</style>
border-color css
<style>
span { border-color: #EE882D; }
span { border-color: rgb(238,136,45); }
td.TdClassName
{
border-color: #EE882D;
}
.TagClassName
{
border-color: #EE882D;
}
</style>