Shades of Sun #EE882F
Tints of Sun #EE882F
RGB
CMYK
RGB Variations
Color information
#EE882F (or 0xEE882F) is known color: Sun. HEX triplet: EE, 88 and 2F. RGB value is (238,136,47). Sum of RGB (Red+Green+Blue) = 238+136+47=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 47 (18.75% from 255 or 11.16% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EE882F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE882F is #1177D0. Grayscale: #9C9C9C. Windows color (decimal): -1144785 or 3115246. OLE color: 3115246.
HSL color Cylindrical-coordinate representation of color #EE882F: hue angle of 27.96º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE882F is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 136 | 47 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.07 |
| HSL | 27.96º | 0.85% | 0.56% | - |
| HSV(B) | 27.96º | 0.8% | 0.93% | - |
| XYZ | 44.58 | 35.99 | 7.29 | - |
| YUV | 156.35 | 66.29 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 136 | 47 | 0 | 0.43 | 0.80 | 0.07 | 27.96 | 0.85 | 0.56 |
| Hex | EE | 88 | 2F | 0 | 2B | 50 | 7 | 1C | 55 | 38 |
| Octal | 356 | 210 | 57 | 0 | 53 | 120 | 7 | 34 | 125 | 70 |
| Binary | 11101110 | 10001000 | 101111 | 0 | 101011 | 1010000 | 111 | 11100 | 1010101 | 111000 |
Color Harmonies of #EE882F
Complementary color
Monochromatic Colors of #EE882F
Black with #EE882F
Text Example
Text Example
White with #EE882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE882F; }
p { color: rgb(238,136,47); }
H1.HeaderClassName
{
color: #EE882F;
}
.AnyTagClassName
{
color: #EE882F;
}
</style>
background-color css
<style>
a { background-color: #EE882F; }
a { background-color: rgb(238,136,47); }
div.DivClassName
{
background-color: #EE882F;
}
.BgClassName
{
background-color: #EE882F;
}
</style>
border-color css
<style>
span { border-color: #EE882F; }
span { border-color: rgb(238,136,47); }
td.TdClassName
{
border-color: #EE882F;
}
.TagClassName
{
border-color: #EE882F;
}
</style>