Shades of Spring Sun #ECEDC2
Tints of Spring Sun #ECEDC2
RGB
CMYK
RGB Variations
Color information
#ECEDC2 (or 0xECEDC2) is known color: Spring Sun. HEX triplet: EC, ED and C2. RGB value is (236,237,194). Sum of RGB (Red+Green+Blue) = 236+237+194=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 194 (76.17% from 255 or 29.09% from 667); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEDC2 is #13123D. Grayscale: #E7E7E7. Windows color (decimal): -1249854 or 12774892. OLE color: 12774892.
HSL color Cylindrical-coordinate representation of color #ECEDC2: hue angle of 61.4º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECEDC2 is Cyan = 0.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 194 | - |
| CMYK | 0.00 | 0 | 0.18 | 0.07 |
| HSL | 61.4º | 0.54% | 0.85% | - |
| HSV(B) | 61.4º | 0.18% | 0.93% | - |
| XYZ | 74.61 | 82.3 | 62.99 | - |
| YUV | 231.8 | 106.67 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 194 | 0.00 | 0 | 0.18 | 0.07 | 61.4 | 0.54 | 0.85 |
| Hex | EC | ED | C2 | 0 | 0 | 12 | 7 | 3D | 36 | 55 |
| Octal | 354 | 355 | 302 | 0 | 0 | 22 | 7 | 75 | 66 | 125 |
| Binary | 11101100 | 11101101 | 11000010 | 0 | 0 | 10010 | 111 | 111101 | 110110 | 1010101 |
Color Harmonies of #ECEDC2
Complementary color
Monochromatic Colors of #ECEDC2
Black with #ECEDC2
Text Example
Text Example
White with #ECEDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEDC2; }
p { color: rgb(236,237,194); }
H1.HeaderClassName
{
color: #ECEDC2;
}
.AnyTagClassName
{
color: #ECEDC2;
}
</style>
background-color css
<style>
a { background-color: #ECEDC2; }
a { background-color: rgb(236,237,194); }
div.DivClassName
{
background-color: #ECEDC2;
}
.BgClassName
{
background-color: #ECEDC2;
}
</style>
border-color css
<style>
span { border-color: #ECEDC2; }
span { border-color: rgb(236,237,194); }
td.TdClassName
{
border-color: #ECEDC2;
}
.TagClassName
{
border-color: #ECEDC2;
}
</style>