Shades of Spring Sun #EDEFC2
Tints of Spring Sun #EDEFC2
RGB
CMYK
RGB Variations
Color information
#EDEFC2 (or 0xEDEFC2) is known color: Spring Sun. HEX triplet: ED, EF and C2. RGB value is (237,239,194). Sum of RGB (Red+Green+Blue) = 237+239+194=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 239 (93.75% from 255 or 35.67% from 670); Blue value is 194 (76.17% from 255 or 28.96% from 670); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFC2 is #12103D. Grayscale: #E9E9E9. Windows color (decimal): -1183806 or 12775405. OLE color: 12775405.
HSL color Cylindrical-coordinate representation of color #EDEFC2: hue angle of 62.67º degrees, saturation: 0.58, 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 #EDEFC2 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 194 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.06 |
| HSL | 62.67º | 0.58% | 0.85% | - |
| HSV(B) | 62.67º | 0.19% | 0.94% | - |
| XYZ | 75.53 | 83.63 | 63.2 | - |
| YUV | 233.27 | 105.84 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 194 | 0.01 | 0 | 0.19 | 0.06 | 62.67 | 0.58 | 0.85 |
| Hex | ED | EF | C2 | 1 | 0 | 13 | 6 | 3F | 3A | 55 |
| Octal | 355 | 357 | 302 | 1 | 0 | 23 | 6 | 77 | 72 | 125 |
| Binary | 11101101 | 11101111 | 11000010 | 1 | 0 | 10011 | 110 | 111111 | 111010 | 1010101 |
Color Harmonies of #EDEFC2
Complementary color
Monochromatic Colors of #EDEFC2
Black with #EDEFC2
Text Example
Text Example
White with #EDEFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEFC2; }
p { color: rgb(237,239,194); }
H1.HeaderClassName
{
color: #EDEFC2;
}
.AnyTagClassName
{
color: #EDEFC2;
}
</style>
background-color css
<style>
a { background-color: #EDEFC2; }
a { background-color: rgb(237,239,194); }
div.DivClassName
{
background-color: #EDEFC2;
}
.BgClassName
{
background-color: #EDEFC2;
}
</style>
border-color css
<style>
span { border-color: #EDEFC2; }
span { border-color: rgb(237,239,194); }
td.TdClassName
{
border-color: #EDEFC2;
}
.TagClassName
{
border-color: #EDEFC2;
}
</style>