Shades of Spring Sun #EDECC7
Tints of Spring Sun #EDECC7
RGB
CMYK
RGB Variations
Color information
#EDECC7 (or 0xEDECC7) is known color: Spring Sun. HEX triplet: ED, EC and C7. RGB value is (237,236,199). Sum of RGB (Red+Green+Blue) = 237+236+199=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 236 (92.58% from 255 or 35.12% from 672); Blue value is 199 (78.12% from 255 or 29.61% from 672); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECC7 is #121338. Grayscale: #E8E8E8. Windows color (decimal): -1184569 or 13102317. OLE color: 13102317.
HSL color Cylindrical-coordinate representation of color #EDECC7: hue angle of 58.42º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDECC7 is Cyan = 0, Magento = 0.00, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 236 | 199 | - |
CMYK | 0 | 0.00 | 0.16 | 0.07 |
HSL | 58.42º | 0.51% | 0.85% | - |
HSV(B) | 58.42º | 0.16% | 0.93% | - |
XYZ | 75.23 | 82.12 | 65.92 | - |
YUV | 232.08 | 109.33 | 131.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 236 | 199 | 0 | 0.00 | 0.16 | 0.07 | 58.42 | 0.51 | 0.85 |
Hex | ED | EC | C7 | 0 | 0 | 10 | 7 | 3A | 33 | 55 |
Octal | 355 | 354 | 307 | 0 | 0 | 20 | 7 | 72 | 63 | 125 |
Binary | 11101101 | 11101100 | 11000111 | 0 | 0 | 10000 | 111 | 111010 | 110011 | 1010101 |
Color Harmonies of #EDECC7
Complementary color
Monochromatic Colors of #EDECC7
Black with #EDECC7
Text Example
Text Example
White with #EDECC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDECC7; }
p { color: rgb(237,236,199); }
H1.HeaderClassName
{
color: #EDECC7;
}
.AnyTagClassName
{
color: #EDECC7;
}
</style>
background-color css
<style>
a { background-color: #EDECC7; }
a { background-color: rgb(237,236,199); }
div.DivClassName
{
background-color: #EDECC7;
}
.BgClassName
{
background-color: #EDECC7;
}
</style>
border-color css
<style>
span { border-color: #EDECC7; }
span { border-color: rgb(237,236,199); }
td.TdClassName
{
border-color: #EDECC7;
}
.TagClassName
{
border-color: #EDECC7;
}
</style>