Shades of Sun #EE882C
Tints of Sun #EE882C
RGB
CMYK
RGB Variations
Color information
#EE882C (or 0xEE882C) is known color: Sun. HEX triplet: EE, 88 and 2C. RGB value is (238,136,44). Sum of RGB (Red+Green+Blue) = 238+136+44=418 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.94% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 44 (17.58% from 255 or 10.53% from 418); Max value from RGB is 238 - color contains mainly: red. Hex color #EE882C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE882C is #1177D3. Grayscale: #9C9C9C. Windows color (decimal): -1144788 or 2918638. OLE color: 2918638.
HSL color Cylindrical-coordinate representation of color #EE882C: hue angle of 28.45º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE882C is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 136 | 44 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.07 |
| HSL | 28.45º | 0.85% | 0.55% | - |
| HSV(B) | 28.45º | 0.82% | 0.93% | - |
| XYZ | 44.52 | 35.97 | 6.98 | - |
| YUV | 156.01 | 64.79 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 136 | 44 | 0 | 0.43 | 0.82 | 0.07 | 28.45 | 0.85 | 0.55 |
| Hex | EE | 88 | 2C | 0 | 2B | 52 | 7 | 1C | 55 | 37 |
| Octal | 356 | 210 | 54 | 0 | 53 | 122 | 7 | 34 | 125 | 67 |
| Binary | 11101110 | 10001000 | 101100 | 0 | 101011 | 1010010 | 111 | 11100 | 1010101 | 110111 |
Color Harmonies of #EE882C
Complementary color
Monochromatic Colors of #EE882C
Black with #EE882C
Text Example
Text Example
White with #EE882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE882C; }
p { color: rgb(238,136,44); }
H1.HeaderClassName
{
color: #EE882C;
}
.AnyTagClassName
{
color: #EE882C;
}
</style>
background-color css
<style>
a { background-color: #EE882C; }
a { background-color: rgb(238,136,44); }
div.DivClassName
{
background-color: #EE882C;
}
.BgClassName
{
background-color: #EE882C;
}
</style>
border-color css
<style>
span { border-color: #EE882C; }
span { border-color: rgb(238,136,44); }
td.TdClassName
{
border-color: #EE882C;
}
.TagClassName
{
border-color: #EE882C;
}
</style>