Shades of Spring Sun #EDEFCD
Tints of Spring Sun #EDEFCD
RGB
CMYK
RGB Variations
Color information
#EDEFCD (or 0xEDEFCD) is known color: Spring Sun. HEX triplet: ED, EF and CD. RGB value is (237,239,205). Sum of RGB (Red+Green+Blue) = 237+239+205=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 239 (93.75% from 255 or 35.10% from 681); Blue value is 205 (80.47% from 255 or 30.10% from 681); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFCD is #121032. Grayscale: #EAEAEA. Windows color (decimal): -1183795 or 13496301. OLE color: 13496301.
HSL color Cylindrical-coordinate representation of color #EDEFCD: hue angle of 63.53º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDEFCD is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 205 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.06 |
| HSL | 63.53º | 0.52% | 0.87% | - |
| HSV(B) | 63.53º | 0.14% | 0.94% | - |
| XYZ | 76.81 | 84.15 | 69.95 | - |
| YUV | 234.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 205 | 0.01 | 0 | 0.14 | 0.06 | 63.53 | 0.52 | 0.87 |
| Hex | ED | EF | CD | 1 | 0 | E | 6 | 40 | 34 | 57 |
| Octal | 355 | 357 | 315 | 1 | 0 | 16 | 6 | 100 | 64 | 127 |
| Binary | 11101101 | 11101111 | 11001101 | 1 | 0 | 1110 | 110 | 1000000 | 110100 | 1010111 |
Color Harmonies of #EDEFCD
Complementary color
Monochromatic Colors of #EDEFCD
Black with #EDEFCD
Text Example
Text Example
White with #EDEFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEFCD; }
p { color: rgb(237,239,205); }
H1.HeaderClassName
{
color: #EDEFCD;
}
.AnyTagClassName
{
color: #EDEFCD;
}
</style>
background-color css
<style>
a { background-color: #EDEFCD; }
a { background-color: rgb(237,239,205); }
div.DivClassName
{
background-color: #EDEFCD;
}
.BgClassName
{
background-color: #EDEFCD;
}
</style>
border-color css
<style>
span { border-color: #EDEFCD; }
span { border-color: rgb(237,239,205); }
td.TdClassName
{
border-color: #EDEFCD;
}
.TagClassName
{
border-color: #EDEFCD;
}
</style>