Shades of Spring Sun #EDEFC1
Tints of Spring Sun #EDEFC1
RGB
CMYK
RGB Variations
Color information
#EDEFC1 (or 0xEDEFC1) is known color: Spring Sun. HEX triplet: ED, EF and C1. RGB value is (237,239,193). Sum of RGB (Red+Green+Blue) = 237+239+193=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 239 (93.75% from 255 or 35.72% from 669); Blue value is 193 (75.78% from 255 or 28.85% from 669); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFC1 is #12103E. Grayscale: #E9E9E9. Windows color (decimal): -1183807 or 12709869. OLE color: 12709869.
HSL color Cylindrical-coordinate representation of color #EDEFC1: hue angle of 62.61º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDEFC1 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 193 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.06 |
| HSL | 62.61º | 0.59% | 0.85% | - |
| HSV(B) | 62.61º | 0.19% | 0.94% | - |
| XYZ | 75.42 | 83.59 | 62.61 | - |
| YUV | 233.16 | 105.34 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 193 | 0.01 | 0 | 0.19 | 0.06 | 62.61 | 0.59 | 0.85 |
| Hex | ED | EF | C1 | 1 | 0 | 13 | 6 | 3F | 3B | 55 |
| Octal | 355 | 357 | 301 | 1 | 0 | 23 | 6 | 77 | 73 | 125 |
| Binary | 11101101 | 11101111 | 11000001 | 1 | 0 | 10011 | 110 | 111111 | 111011 | 1010101 |
Color Harmonies of #EDEFC1
Complementary color
Monochromatic Colors of #EDEFC1
Black with #EDEFC1
Text Example
Text Example
White with #EDEFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEFC1; }
p { color: rgb(237,239,193); }
H1.HeaderClassName
{
color: #EDEFC1;
}
.AnyTagClassName
{
color: #EDEFC1;
}
</style>
background-color css
<style>
a { background-color: #EDEFC1; }
a { background-color: rgb(237,239,193); }
div.DivClassName
{
background-color: #EDEFC1;
}
.BgClassName
{
background-color: #EDEFC1;
}
</style>
border-color css
<style>
span { border-color: #EDEFC1; }
span { border-color: rgb(237,239,193); }
td.TdClassName
{
border-color: #EDEFC1;
}
.TagClassName
{
border-color: #EDEFC1;
}
</style>