Shades of Sun #EE8E2D
Tints of Sun #EE8E2D
RGB
CMYK
RGB Variations
Color information
#EE8E2D (or 0xEE8E2D) is known color: Sun. HEX triplet: EE, 8E and 2D. RGB value is (238,142,45). Sum of RGB (Red+Green+Blue) = 238+142+45=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 45 (17.97% from 255 or 10.59% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8E2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8E2D is #1171D2. Grayscale: #A0A0A0. Windows color (decimal): -1143251 or 2985710. OLE color: 2985710.
HSL color Cylindrical-coordinate representation of color #EE8E2D: hue angle of 30.16º 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 #EE8E2D is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 142 | 45 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.07 |
| HSL | 30.16º | 0.85% | 0.55% | - |
| HSV(B) | 30.16º | 0.81% | 0.93% | - |
| XYZ | 45.41 | 37.71 | 7.37 | - |
| YUV | 159.65 | 63.3 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 142 | 45 | 0 | 0.40 | 0.81 | 0.07 | 30.16 | 0.85 | 0.55 |
| Hex | EE | 8E | 2D | 0 | 28 | 51 | 7 | 1E | 55 | 37 |
| Octal | 356 | 216 | 55 | 0 | 50 | 121 | 7 | 36 | 125 | 67 |
| Binary | 11101110 | 10001110 | 101101 | 0 | 101000 | 1010001 | 111 | 11110 | 1010101 | 110111 |
Color Harmonies of #EE8E2D
Complementary color
Monochromatic Colors of #EE8E2D
Black with #EE8E2D
Text Example
Text Example
White with #EE8E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8E2D; }
p { color: rgb(238,142,45); }
H1.HeaderClassName
{
color: #EE8E2D;
}
.AnyTagClassName
{
color: #EE8E2D;
}
</style>
background-color css
<style>
a { background-color: #EE8E2D; }
a { background-color: rgb(238,142,45); }
div.DivClassName
{
background-color: #EE8E2D;
}
.BgClassName
{
background-color: #EE8E2D;
}
</style>
border-color css
<style>
span { border-color: #EE8E2D; }
span { border-color: rgb(238,142,45); }
td.TdClassName
{
border-color: #EE8E2D;
}
.TagClassName
{
border-color: #EE8E2D;
}
</style>