Shades of Spring Sun #EDECC1
Tints of Spring Sun #EDECC1
RGB
CMYK
RGB Variations
Color information
#EDECC1 (or 0xEDECC1) is known color: Spring Sun. HEX triplet: ED, EC and C1. RGB value is (237,236,193). Sum of RGB (Red+Green+Blue) = 237+236+193=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 193 (75.78% from 255 or 28.98% from 666); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECC1 is #12133E. Grayscale: #E7E7E7. Windows color (decimal): -1184575 or 12709101. OLE color: 12709101.
HSL color Cylindrical-coordinate representation of color #EDECC1: hue angle of 58.64º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDECC1 is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 193 | - |
| CMYK | 0 | 0.00 | 0.19 | 0.07 |
| HSL | 58.64º | 0.55% | 0.84% | - |
| HSV(B) | 58.64º | 0.19% | 0.93% | - |
| XYZ | 74.55 | 81.85 | 62.32 | - |
| YUV | 231.4 | 106.33 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 193 | 0 | 0.00 | 0.19 | 0.07 | 58.64 | 0.55 | 0.84 |
| Hex | ED | EC | C1 | 0 | 0 | 13 | 7 | 3B | 37 | 54 |
| Octal | 355 | 354 | 301 | 0 | 0 | 23 | 7 | 73 | 67 | 124 |
| Binary | 11101101 | 11101100 | 11000001 | 0 | 0 | 10011 | 111 | 111011 | 110111 | 1010100 |
Color Harmonies of #EDECC1
Complementary color
Monochromatic Colors of #EDECC1
Black with #EDECC1
Text Example
Text Example
White with #EDECC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDECC1; }
p { color: rgb(237,236,193); }
H1.HeaderClassName
{
color: #EDECC1;
}
.AnyTagClassName
{
color: #EDECC1;
}
</style>
background-color css
<style>
a { background-color: #EDECC1; }
a { background-color: rgb(237,236,193); }
div.DivClassName
{
background-color: #EDECC1;
}
.BgClassName
{
background-color: #EDECC1;
}
</style>
border-color css
<style>
span { border-color: #EDECC1; }
span { border-color: rgb(237,236,193); }
td.TdClassName
{
border-color: #EDECC1;
}
.TagClassName
{
border-color: #EDECC1;
}
</style>