Shades of Spring Sun #EEEDC8
Tints of Spring Sun #EEEDC8
RGB
CMYK
RGB Variations
Color information
#EEEDC8 (or 0xEEEDC8) is known color: Spring Sun. HEX triplet: EE, ED and C8. RGB value is (238,237,200). Sum of RGB (Red+Green+Blue) = 238+237+200=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 200 (78.52% from 255 or 29.63% from 675); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEDC8 is #111237. Grayscale: #E9E9E9. Windows color (decimal): -1118776 or 13168110. OLE color: 13168110.
HSL color Cylindrical-coordinate representation of color #EEEDC8: hue angle of 58.42º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEEDC8 is Cyan = 0, Magento = 0.00, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 237 | 200 | - |
CMYK | 0 | 0.00 | 0.16 | 0.07 |
HSL | 58.42º | 0.53% | 0.86% | - |
HSV(B) | 58.42º | 0.16% | 0.93% | - |
XYZ | 75.97 | 82.92 | 66.64 | - |
YUV | 233.08 | 109.33 | 131.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 237 | 200 | 0 | 0.00 | 0.16 | 0.07 | 58.42 | 0.53 | 0.86 |
Hex | EE | ED | C8 | 0 | 0 | 10 | 7 | 3A | 35 | 56 |
Octal | 356 | 355 | 310 | 0 | 0 | 20 | 7 | 72 | 65 | 126 |
Binary | 11101110 | 11101101 | 11001000 | 0 | 0 | 10000 | 111 | 111010 | 110101 | 1010110 |
Color Harmonies of #EEEDC8
Complementary color
Monochromatic Colors of #EEEDC8
Black with #EEEDC8
Text Example
Text Example
White with #EEEDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEDC8; }
p { color: rgb(238,237,200); }
H1.HeaderClassName
{
color: #EEEDC8;
}
.AnyTagClassName
{
color: #EEEDC8;
}
</style>
background-color css
<style>
a { background-color: #EEEDC8; }
a { background-color: rgb(238,237,200); }
div.DivClassName
{
background-color: #EEEDC8;
}
.BgClassName
{
background-color: #EEEDC8;
}
</style>
border-color css
<style>
span { border-color: #EEEDC8; }
span { border-color: rgb(238,237,200); }
td.TdClassName
{
border-color: #EEEDC8;
}
.TagClassName
{
border-color: #EEEDC8;
}
</style>