Shades of Spring Sun #EDF1C9
Tints of Spring Sun #EDF1C9
RGB
CMYK
RGB Variations
Color information
#EDF1C9 (or 0xEDF1C9) is known color: Spring Sun. HEX triplet: ED, F1 and C9. RGB value is (237,241,201). Sum of RGB (Red+Green+Blue) = 237+241+201=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 241 (94.53% from 255 or 35.49% from 679); Blue value is 201 (78.91% from 255 or 29.60% from 679); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1C9 is #120E36. Grayscale: #EBEBEB. Windows color (decimal): -1183287 or 13234669. OLE color: 13234669.
HSL color Cylindrical-coordinate representation of color #EDF1C9: hue angle of 66º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDF1C9 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 201 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.05 |
| HSL | 66º | 0.59% | 0.87% | - |
| HSV(B) | 66º | 0.17% | 0.95% | - |
| XYZ | 76.92 | 85.13 | 67.64 | - |
| YUV | 235.24 | 108.67 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 201 | 0.02 | 0 | 0.17 | 0.05 | 66 | 0.59 | 0.87 |
| Hex | ED | F1 | C9 | 2 | 0 | 11 | 5 | 42 | 3B | 57 |
| Octal | 355 | 361 | 311 | 2 | 0 | 21 | 5 | 102 | 73 | 127 |
| Binary | 11101101 | 11110001 | 11001001 | 10 | 0 | 10001 | 101 | 1000010 | 111011 | 1010111 |
Color Harmonies of #EDF1C9
Complementary color
Monochromatic Colors of #EDF1C9
Black with #EDF1C9
Text Example
Text Example
White with #EDF1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF1C9; }
p { color: rgb(237,241,201); }
H1.HeaderClassName
{
color: #EDF1C9;
}
.AnyTagClassName
{
color: #EDF1C9;
}
</style>
background-color css
<style>
a { background-color: #EDF1C9; }
a { background-color: rgb(237,241,201); }
div.DivClassName
{
background-color: #EDF1C9;
}
.BgClassName
{
background-color: #EDF1C9;
}
</style>
border-color css
<style>
span { border-color: #EDF1C9; }
span { border-color: rgb(237,241,201); }
td.TdClassName
{
border-color: #EDF1C9;
}
.TagClassName
{
border-color: #EDF1C9;
}
</style>