Shades of Spring Sun #EEEDC6
Tints of Spring Sun #EEEDC6
RGB
CMYK
RGB Variations
Color information
#EEEDC6 (or 0xEEEDC6) is known color: Spring Sun. HEX triplet: EE, ED and C6. RGB value is (238,237,198). Sum of RGB (Red+Green+Blue) = 238+237+198=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 198 (77.73% from 255 or 29.42% from 673); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEDC6 is #111239. Grayscale: #E9E9E9. Windows color (decimal): -1118778 or 13037038. OLE color: 13037038.
HSL color Cylindrical-coordinate representation of color #EEEDC6: hue angle of 58.5º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EEEDC6 is Cyan = 0, Magento = 0.00, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 198 | - |
| CMYK | 0 | 0.00 | 0.17 | 0.07 |
| HSL | 58.5º | 0.54% | 0.85% | - |
| HSV(B) | 58.5º | 0.17% | 0.93% | - |
| XYZ | 75.74 | 82.82 | 65.42 | - |
| YUV | 232.85 | 108.33 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 198 | 0 | 0.00 | 0.17 | 0.07 | 58.5 | 0.54 | 0.85 |
| Hex | EE | ED | C6 | 0 | 0 | 11 | 7 | 3A | 36 | 55 |
| Octal | 356 | 355 | 306 | 0 | 0 | 21 | 7 | 72 | 66 | 125 |
| Binary | 11101110 | 11101101 | 11000110 | 0 | 0 | 10001 | 111 | 111010 | 110110 | 1010101 |
Color Harmonies of #EEEDC6
Complementary color
Monochromatic Colors of #EEEDC6
Black with #EEEDC6
Text Example
Text Example
White with #EEEDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEDC6; }
p { color: rgb(238,237,198); }
H1.HeaderClassName
{
color: #EEEDC6;
}
.AnyTagClassName
{
color: #EEEDC6;
}
</style>
background-color css
<style>
a { background-color: #EEEDC6; }
a { background-color: rgb(238,237,198); }
div.DivClassName
{
background-color: #EEEDC6;
}
.BgClassName
{
background-color: #EEEDC6;
}
</style>
border-color css
<style>
span { border-color: #EEEDC6; }
span { border-color: rgb(238,237,198); }
td.TdClassName
{
border-color: #EEEDC6;
}
.TagClassName
{
border-color: #EEEDC6;
}
</style>