Shades of Spring Sun #EEEDCC
Tints of Spring Sun #EEEDCC
RGB
CMYK
RGB Variations
Color information
#EEEDCC (or 0xEEEDCC) is known color: Spring Sun. HEX triplet: EE, ED and CC. RGB value is (238,237,204). Sum of RGB (Red+Green+Blue) = 238+237+204=679 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.05% from 679); Green value is 237 (92.97% from 255 or 34.90% from 679); Blue value is 204 (80.08% from 255 or 30.04% from 679); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEDCC is #111233. Grayscale: #E9E9E9. Windows color (decimal): -1118772 or 13430254. OLE color: 13430254.
HSL color Cylindrical-coordinate representation of color #EEEDCC: hue angle of 58.24º degrees, saturation: 0.5, 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 #EEEDCC is Cyan = 0, Magento = 0.00, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 204 | - |
| CMYK | 0 | 0.00 | 0.14 | 0.07 |
| HSL | 58.24º | 0.5% | 0.87% | - |
| HSV(B) | 58.24º | 0.14% | 0.93% | - |
| XYZ | 76.44 | 83.11 | 69.14 | - |
| YUV | 233.54 | 111.33 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 204 | 0 | 0.00 | 0.14 | 0.07 | 58.24 | 0.5 | 0.87 |
| Hex | EE | ED | CC | 0 | 0 | E | 7 | 3A | 32 | 57 |
| Octal | 356 | 355 | 314 | 0 | 0 | 16 | 7 | 72 | 62 | 127 |
| Binary | 11101110 | 11101101 | 11001100 | 0 | 0 | 1110 | 111 | 111010 | 110010 | 1010111 |
Color Harmonies of #EEEDCC
Complementary color
Monochromatic Colors of #EEEDCC
Black with #EEEDCC
Text Example
Text Example
White with #EEEDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEDCC; }
p { color: rgb(238,237,204); }
H1.HeaderClassName
{
color: #EEEDCC;
}
.AnyTagClassName
{
color: #EEEDCC;
}
</style>
background-color css
<style>
a { background-color: #EEEDCC; }
a { background-color: rgb(238,237,204); }
div.DivClassName
{
background-color: #EEEDCC;
}
.BgClassName
{
background-color: #EEEDCC;
}
</style>
border-color css
<style>
span { border-color: #EEEDCC; }
span { border-color: rgb(238,237,204); }
td.TdClassName
{
border-color: #EEEDCC;
}
.TagClassName
{
border-color: #EEEDCC;
}
</style>