Shades of Spring Sun #EDEEC0
Tints of Spring Sun #EDEEC0
RGB
CMYK
RGB Variations
Color information
#EDEEC0 (or 0xEDEEC0) is known color: Spring Sun. HEX triplet: ED, EE and C0. RGB value is (237,238,192). Sum of RGB (Red+Green+Blue) = 237+238+192=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 238 (93.36% from 255 or 35.68% from 667); Blue value is 192 (75.39% from 255 or 28.79% from 667); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEEC0 is #12113F. Grayscale: #E8E8E8. Windows color (decimal): -1184064 or 12644077. OLE color: 12644077.
HSL color Cylindrical-coordinate representation of color #EDEEC0: hue angle of 61.3º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDEEC0 is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 238 | 192 | - |
| CMYK | 0.00 | 0 | 0.19 | 0.07 |
| HSL | 61.3º | 0.58% | 0.84% | - |
| HSV(B) | 61.3º | 0.19% | 0.93% | - |
| XYZ | 75.01 | 82.96 | 61.93 | - |
| YUV | 232.46 | 105.17 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 238 | 192 | 0.00 | 0 | 0.19 | 0.07 | 61.3 | 0.58 | 0.84 |
| Hex | ED | EE | C0 | 0 | 0 | 13 | 7 | 3D | 3A | 54 |
| Octal | 355 | 356 | 300 | 0 | 0 | 23 | 7 | 75 | 72 | 124 |
| Binary | 11101101 | 11101110 | 11000000 | 0 | 0 | 10011 | 111 | 111101 | 111010 | 1010100 |
Color Harmonies of #EDEEC0
Complementary color
Monochromatic Colors of #EDEEC0
Black with #EDEEC0
Text Example
Text Example
White with #EDEEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEEC0; }
p { color: rgb(237,238,192); }
H1.HeaderClassName
{
color: #EDEEC0;
}
.AnyTagClassName
{
color: #EDEEC0;
}
</style>
background-color css
<style>
a { background-color: #EDEEC0; }
a { background-color: rgb(237,238,192); }
div.DivClassName
{
background-color: #EDEEC0;
}
.BgClassName
{
background-color: #EDEEC0;
}
</style>
border-color css
<style>
span { border-color: #EDEEC0; }
span { border-color: rgb(237,238,192); }
td.TdClassName
{
border-color: #EDEEC0;
}
.TagClassName
{
border-color: #EDEEC0;
}
</style>