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