Shades of Sun #EE8D2D
Tints of Sun #EE8D2D
RGB
CMYK
RGB Variations
Color information
#EE8D2D (or 0xEE8D2D) is known color: Sun. HEX triplet: EE, 8D and 2D. RGB value is (238,141,45). Sum of RGB (Red+Green+Blue) = 238+141+45=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 45 (17.97% from 255 or 10.61% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8D2D is #1172D2. Grayscale: #9F9F9F. Windows color (decimal): -1143507 or 2985454. OLE color: 2985454.
HSL color Cylindrical-coordinate representation of color #EE8D2D: hue angle of 29.84º 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 #EE8D2D is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 141 | 45 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.07 |
| HSL | 29.84º | 0.85% | 0.55% | - |
| HSV(B) | 29.84º | 0.81% | 0.93% | - |
| XYZ | 45.26 | 37.42 | 7.32 | - |
| YUV | 159.06 | 63.64 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 141 | 45 | 0 | 0.41 | 0.81 | 0.07 | 29.84 | 0.85 | 0.55 |
| Hex | EE | 8D | 2D | 0 | 29 | 51 | 7 | 1E | 55 | 37 |
| Octal | 356 | 215 | 55 | 0 | 51 | 121 | 7 | 36 | 125 | 67 |
| Binary | 11101110 | 10001101 | 101101 | 0 | 101001 | 1010001 | 111 | 11110 | 1010101 | 110111 |
Color Harmonies of #EE8D2D
Complementary color
Monochromatic Colors of #EE8D2D
Black with #EE8D2D
Text Example
Text Example
White with #EE8D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8D2D; }
p { color: rgb(238,141,45); }
H1.HeaderClassName
{
color: #EE8D2D;
}
.AnyTagClassName
{
color: #EE8D2D;
}
</style>
background-color css
<style>
a { background-color: #EE8D2D; }
a { background-color: rgb(238,141,45); }
div.DivClassName
{
background-color: #EE8D2D;
}
.BgClassName
{
background-color: #EE8D2D;
}
</style>
border-color css
<style>
span { border-color: #EE8D2D; }
span { border-color: rgb(238,141,45); }
td.TdClassName
{
border-color: #EE8D2D;
}
.TagClassName
{
border-color: #EE8D2D;
}
</style>