Shades of Sun #EE852D
Tints of Sun #EE852D
RGB
CMYK
RGB Variations
Color information
#EE852D (or 0xEE852D) is known color: Sun. HEX triplet: EE, 85 and 2D. RGB value is (238,133,45). Sum of RGB (Red+Green+Blue) = 238+133+45=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 45 (17.97% from 255 or 10.82% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EE852D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE852D is #117AD2. Grayscale: #9A9A9A. Windows color (decimal): -1145555 or 2983406. OLE color: 2983406.
HSL color Cylindrical-coordinate representation of color #EE852D: hue angle of 27.36º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE852D is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 45 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.07 |
| HSL | 27.36º | 0.85% | 0.55% | - |
| HSV(B) | 27.36º | 0.81% | 0.93% | - |
| XYZ | 44.12 | 35.14 | 6.94 | - |
| YUV | 154.36 | 66.29 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 45 | 0 | 0.44 | 0.81 | 0.07 | 27.36 | 0.85 | 0.55 |
| Hex | EE | 85 | 2D | 0 | 2C | 51 | 7 | 1B | 55 | 37 |
| Octal | 356 | 205 | 55 | 0 | 54 | 121 | 7 | 33 | 125 | 67 |
| Binary | 11101110 | 10000101 | 101101 | 0 | 101100 | 1010001 | 111 | 11011 | 1010101 | 110111 |
Color Harmonies of #EE852D
Complementary color
Monochromatic Colors of #EE852D
Black with #EE852D
Text Example
Text Example
White with #EE852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE852D; }
p { color: rgb(238,133,45); }
H1.HeaderClassName
{
color: #EE852D;
}
.AnyTagClassName
{
color: #EE852D;
}
</style>
background-color css
<style>
a { background-color: #EE852D; }
a { background-color: rgb(238,133,45); }
div.DivClassName
{
background-color: #EE852D;
}
.BgClassName
{
background-color: #EE852D;
}
</style>
border-color css
<style>
span { border-color: #EE852D; }
span { border-color: rgb(238,133,45); }
td.TdClassName
{
border-color: #EE852D;
}
.TagClassName
{
border-color: #EE852D;
}
</style>