Shades of Spring Sun #EDEFC3
Tints of Spring Sun #EDEFC3
RGB
CMYK
RGB Variations
Color information
#EDEFC3 (or 0xEDEFC3) is known color: Spring Sun. HEX triplet: ED, EF and C3. RGB value is (237,239,195). Sum of RGB (Red+Green+Blue) = 237+239+195=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 195 (76.56% from 255 or 29.06% from 671); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFC3 is #12103C. Grayscale: #E9E9E9. Windows color (decimal): -1183805 or 12840941. OLE color: 12840941.
HSL color Cylindrical-coordinate representation of color #EDEFC3: hue angle of 62.73º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDEFC3 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 195 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.06 |
| HSL | 62.73º | 0.58% | 0.85% | - |
| HSV(B) | 62.73º | 0.18% | 0.94% | - |
| XYZ | 75.64 | 83.68 | 63.79 | - |
| YUV | 233.39 | 106.34 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 195 | 0.01 | 0 | 0.18 | 0.06 | 62.73 | 0.58 | 0.85 |
| Hex | ED | EF | C3 | 1 | 0 | 12 | 6 | 3F | 3A | 55 |
| Octal | 355 | 357 | 303 | 1 | 0 | 22 | 6 | 77 | 72 | 125 |
| Binary | 11101101 | 11101111 | 11000011 | 1 | 0 | 10010 | 110 | 111111 | 111010 | 1010101 |
Color Harmonies of #EDEFC3
Complementary color
Monochromatic Colors of #EDEFC3
Black with #EDEFC3
Text Example
Text Example
White with #EDEFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEFC3; }
p { color: rgb(237,239,195); }
H1.HeaderClassName
{
color: #EDEFC3;
}
.AnyTagClassName
{
color: #EDEFC3;
}
</style>
background-color css
<style>
a { background-color: #EDEFC3; }
a { background-color: rgb(237,239,195); }
div.DivClassName
{
background-color: #EDEFC3;
}
.BgClassName
{
background-color: #EDEFC3;
}
</style>
border-color css
<style>
span { border-color: #EDEFC3; }
span { border-color: rgb(237,239,195); }
td.TdClassName
{
border-color: #EDEFC3;
}
.TagClassName
{
border-color: #EDEFC3;
}
</style>