Shades of Sun #EE8A2C
Tints of Sun #EE8A2C
RGB
CMYK
RGB Variations
Color information
#EE8A2C (or 0xEE8A2C) is known color: Sun. HEX triplet: EE, 8A and 2C. RGB value is (238,138,44). Sum of RGB (Red+Green+Blue) = 238+138+44=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 44 (17.58% from 255 or 10.48% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8A2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8A2C is #1175D3. Grayscale: #9D9D9D. Windows color (decimal): -1144276 or 2919150. OLE color: 2919150.
HSL color Cylindrical-coordinate representation of color #EE8A2C: hue angle of 29.07º 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 #EE8A2C is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 138 | 44 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.07 |
| HSL | 29.07º | 0.85% | 0.55% | - |
| HSV(B) | 29.07º | 0.82% | 0.93% | - |
| XYZ | 44.8 | 36.54 | 7.07 | - |
| YUV | 157.18 | 64.13 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 138 | 44 | 0 | 0.42 | 0.82 | 0.07 | 29.07 | 0.85 | 0.55 |
| Hex | EE | 8A | 2C | 0 | 2A | 52 | 7 | 1D | 55 | 37 |
| Octal | 356 | 212 | 54 | 0 | 52 | 122 | 7 | 35 | 125 | 67 |
| Binary | 11101110 | 10001010 | 101100 | 0 | 101010 | 1010010 | 111 | 11101 | 1010101 | 110111 |
Color Harmonies of #EE8A2C
Complementary color
Monochromatic Colors of #EE8A2C
Black with #EE8A2C
Text Example
Text Example
White with #EE8A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8A2C; }
p { color: rgb(238,138,44); }
H1.HeaderClassName
{
color: #EE8A2C;
}
.AnyTagClassName
{
color: #EE8A2C;
}
</style>
background-color css
<style>
a { background-color: #EE8A2C; }
a { background-color: rgb(238,138,44); }
div.DivClassName
{
background-color: #EE8A2C;
}
.BgClassName
{
background-color: #EE8A2C;
}
</style>
border-color css
<style>
span { border-color: #EE8A2C; }
span { border-color: rgb(238,138,44); }
td.TdClassName
{
border-color: #EE8A2C;
}
.TagClassName
{
border-color: #EE8A2C;
}
</style>