Shades of Spring Sun #EEEDCD
Tints of Spring Sun #EEEDCD
RGB
CMYK
RGB Variations
Color information
#EEEDCD (or 0xEEEDCD) is known color: Spring Sun. HEX triplet: EE, ED and CD. RGB value is (238,237,205). Sum of RGB (Red+Green+Blue) = 238+237+205=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 237 (92.97% from 255 or 34.85% from 680); Blue value is 205 (80.47% from 255 or 30.15% from 680); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEDCD is #111232. Grayscale: #E9E9E9. Windows color (decimal): -1118771 or 13495790. OLE color: 13495790.
HSL color Cylindrical-coordinate representation of color #EEEDCD: hue angle of 58.18º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EEEDCD is Cyan = 0, Magento = 0.00, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 205 | - |
| CMYK | 0 | 0.00 | 0.14 | 0.07 |
| HSL | 58.18º | 0.49% | 0.87% | - |
| HSV(B) | 58.18º | 0.14% | 0.93% | - |
| XYZ | 76.56 | 83.15 | 69.77 | - |
| YUV | 233.65 | 111.83 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 205 | 0 | 0.00 | 0.14 | 0.07 | 58.18 | 0.49 | 0.87 |
| Hex | EE | ED | CD | 0 | 0 | E | 7 | 3A | 31 | 57 |
| Octal | 356 | 355 | 315 | 0 | 0 | 16 | 7 | 72 | 61 | 127 |
| Binary | 11101110 | 11101101 | 11001101 | 0 | 0 | 1110 | 111 | 111010 | 110001 | 1010111 |
Color Harmonies of #EEEDCD
Complementary color
Monochromatic Colors of #EEEDCD
Black with #EEEDCD
Text Example
Text Example
White with #EEEDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEDCD; }
p { color: rgb(238,237,205); }
H1.HeaderClassName
{
color: #EEEDCD;
}
.AnyTagClassName
{
color: #EEEDCD;
}
</style>
background-color css
<style>
a { background-color: #EEEDCD; }
a { background-color: rgb(238,237,205); }
div.DivClassName
{
background-color: #EEEDCD;
}
.BgClassName
{
background-color: #EEEDCD;
}
</style>
border-color css
<style>
span { border-color: #EEEDCD; }
span { border-color: rgb(238,237,205); }
td.TdClassName
{
border-color: #EEEDCD;
}
.TagClassName
{
border-color: #EEEDCD;
}
</style>