Shades of Spring Sun #EDEFCC
Tints of Spring Sun #EDEFCC
RGB
CMYK
RGB Variations
Color information
#EDEFCC (or 0xEDEFCC) is known color: Spring Sun. HEX triplet: ED, EF and CC. RGB value is (237,239,204). Sum of RGB (Red+Green+Blue) = 237+239+204=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 239 (93.75% from 255 or 35.15% from 680); Blue value is 204 (80.08% from 255 or 30% from 680); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFCC is #121033. Grayscale: #EAEAEA. Windows color (decimal): -1183796 or 13430765. OLE color: 13430765.
HSL color Cylindrical-coordinate representation of color #EDEFCC: hue angle of 63.43º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDEFCC is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 204 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.06 |
| HSL | 63.43º | 0.52% | 0.87% | - |
| HSV(B) | 63.43º | 0.15% | 0.94% | - |
| XYZ | 76.69 | 84.1 | 69.32 | - |
| YUV | 234.41 | 110.84 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 204 | 0.01 | 0 | 0.15 | 0.06 | 63.43 | 0.52 | 0.87 |
| Hex | ED | EF | CC | 1 | 0 | F | 6 | 3F | 34 | 57 |
| Octal | 355 | 357 | 314 | 1 | 0 | 17 | 6 | 77 | 64 | 127 |
| Binary | 11101101 | 11101111 | 11001100 | 1 | 0 | 1111 | 110 | 111111 | 110100 | 1010111 |
Color Harmonies of #EDEFCC
Complementary color
Monochromatic Colors of #EDEFCC
Black with #EDEFCC
Text Example
Text Example
White with #EDEFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEFCC; }
p { color: rgb(237,239,204); }
H1.HeaderClassName
{
color: #EDEFCC;
}
.AnyTagClassName
{
color: #EDEFCC;
}
</style>
background-color css
<style>
a { background-color: #EDEFCC; }
a { background-color: rgb(237,239,204); }
div.DivClassName
{
background-color: #EDEFCC;
}
.BgClassName
{
background-color: #EDEFCC;
}
</style>
border-color css
<style>
span { border-color: #EDEFCC; }
span { border-color: rgb(237,239,204); }
td.TdClassName
{
border-color: #EDEFCC;
}
.TagClassName
{
border-color: #EDEFCC;
}
</style>