Shades of Sun #EE842A
Tints of Sun #EE842A
RGB
CMYK
RGB Variations
Color information
#EE842A (or 0xEE842A) is known color: Sun. HEX triplet: EE, 84 and 2A. RGB value is (238,132,42). Sum of RGB (Red+Green+Blue) = 238+132+42=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 42 (16.80% from 255 or 10.19% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EE842A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE842A is #117BD5. Grayscale: #999999. Windows color (decimal): -1145814 or 2786542. OLE color: 2786542.
HSL color Cylindrical-coordinate representation of color #EE842A: hue angle of 27.55º 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 #EE842A is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 42 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.07 |
| HSL | 27.55º | 0.85% | 0.55% | - |
| HSV(B) | 27.55º | 0.82% | 0.93% | - |
| XYZ | 43.93 | 34.85 | 6.6 | - |
| YUV | 153.43 | 65.12 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 42 | 0 | 0.45 | 0.82 | 0.07 | 27.55 | 0.85 | 0.55 |
| Hex | EE | 84 | 2A | 0 | 2D | 52 | 7 | 1C | 55 | 37 |
| Octal | 356 | 204 | 52 | 0 | 55 | 122 | 7 | 34 | 125 | 67 |
| Binary | 11101110 | 10000100 | 101010 | 0 | 101101 | 1010010 | 111 | 11100 | 1010101 | 110111 |
Color Harmonies of #EE842A
Complementary color
Monochromatic Colors of #EE842A
Black with #EE842A
Text Example
Text Example
White with #EE842A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE842A; }
p { color: rgb(238,132,42); }
H1.HeaderClassName
{
color: #EE842A;
}
.AnyTagClassName
{
color: #EE842A;
}
</style>
background-color css
<style>
a { background-color: #EE842A; }
a { background-color: rgb(238,132,42); }
div.DivClassName
{
background-color: #EE842A;
}
.BgClassName
{
background-color: #EE842A;
}
</style>
border-color css
<style>
span { border-color: #EE842A; }
span { border-color: rgb(238,132,42); }
td.TdClassName
{
border-color: #EE842A;
}
.TagClassName
{
border-color: #EE842A;
}
</style>