Shades of Sun #EE852C
Tints of Sun #EE852C
RGB
CMYK
RGB Variations
Color information
#EE852C (or 0xEE852C) is known color: Sun. HEX triplet: EE, 85 and 2C. RGB value is (238,133,44). Sum of RGB (Red+Green+Blue) = 238+133+44=415 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.35% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 44 (17.58% from 255 or 10.60% from 415); Max value from RGB is 238 - color contains mainly: red. Hex color #EE852C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE852C is #117AD3. Grayscale: #9A9A9A. Windows color (decimal): -1145556 or 2917870. OLE color: 2917870.
HSL color Cylindrical-coordinate representation of color #EE852C: hue angle of 27.53º 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 #EE852C is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 44 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.07 |
| HSL | 27.53º | 0.85% | 0.55% | - |
| HSV(B) | 27.53º | 0.82% | 0.93% | - |
| XYZ | 44.1 | 35.13 | 6.84 | - |
| YUV | 154.25 | 65.79 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 44 | 0 | 0.44 | 0.82 | 0.07 | 27.53 | 0.85 | 0.55 |
| Hex | EE | 85 | 2C | 0 | 2C | 52 | 7 | 1C | 55 | 37 |
| Octal | 356 | 205 | 54 | 0 | 54 | 122 | 7 | 34 | 125 | 67 |
| Binary | 11101110 | 10000101 | 101100 | 0 | 101100 | 1010010 | 111 | 11100 | 1010101 | 110111 |
Color Harmonies of #EE852C
Complementary color
Monochromatic Colors of #EE852C
Black with #EE852C
Text Example
Text Example
White with #EE852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE852C; }
p { color: rgb(238,133,44); }
H1.HeaderClassName
{
color: #EE852C;
}
.AnyTagClassName
{
color: #EE852C;
}
</style>
background-color css
<style>
a { background-color: #EE852C; }
a { background-color: rgb(238,133,44); }
div.DivClassName
{
background-color: #EE852C;
}
.BgClassName
{
background-color: #EE852C;
}
</style>
border-color css
<style>
span { border-color: #EE852C; }
span { border-color: rgb(238,133,44); }
td.TdClassName
{
border-color: #EE852C;
}
.TagClassName
{
border-color: #EE852C;
}
</style>