Shades of Spring Sun #EDF0C7
Tints of Spring Sun #EDF0C7
RGB
CMYK
RGB Variations
Color information
#EDF0C7 (or 0xEDF0C7) is known color: Spring Sun. HEX triplet: ED, F0 and C7. RGB value is (237,240,199). Sum of RGB (Red+Green+Blue) = 237+240+199=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 240 (94.14% from 255 or 35.50% from 676); Blue value is 199 (78.12% from 255 or 29.44% from 676); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF0C7 is #120F38. Grayscale: #EAEAEA. Windows color (decimal): -1183545 or 13103341. OLE color: 13103341.
HSL color Cylindrical-coordinate representation of color #EDF0C7: hue angle of 64.39º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDF0C7 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 199 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.06 |
| HSL | 64.39º | 0.58% | 0.86% | - |
| HSV(B) | 64.39º | 0.17% | 0.94% | - |
| XYZ | 76.39 | 84.45 | 66.31 | - |
| YUV | 234.43 | 108.01 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 199 | 0.01 | 0 | 0.17 | 0.06 | 64.39 | 0.58 | 0.86 |
| Hex | ED | F0 | C7 | 1 | 0 | 11 | 6 | 40 | 3A | 56 |
| Octal | 355 | 360 | 307 | 1 | 0 | 21 | 6 | 100 | 72 | 126 |
| Binary | 11101101 | 11110000 | 11000111 | 1 | 0 | 10001 | 110 | 1000000 | 111010 | 1010110 |
Color Harmonies of #EDF0C7
Complementary color
Monochromatic Colors of #EDF0C7
Black with #EDF0C7
Text Example
Text Example
White with #EDF0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF0C7; }
p { color: rgb(237,240,199); }
H1.HeaderClassName
{
color: #EDF0C7;
}
.AnyTagClassName
{
color: #EDF0C7;
}
</style>
background-color css
<style>
a { background-color: #EDF0C7; }
a { background-color: rgb(237,240,199); }
div.DivClassName
{
background-color: #EDF0C7;
}
.BgClassName
{
background-color: #EDF0C7;
}
</style>
border-color css
<style>
span { border-color: #EDF0C7; }
span { border-color: rgb(237,240,199); }
td.TdClassName
{
border-color: #EDF0C7;
}
.TagClassName
{
border-color: #EDF0C7;
}
</style>