Shades of Spring Sun #ECEDC3
Tints of Spring Sun #ECEDC3
RGB
CMYK
RGB Variations
Color information
#ECEDC3 (or 0xECEDC3) is known color: Spring Sun. HEX triplet: EC, ED and C3. RGB value is (236,237,195). Sum of RGB (Red+Green+Blue) = 236+237+195=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 237 (92.97% from 255 or 35.48% from 668); Blue value is 195 (76.56% from 255 or 29.19% from 668); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEDC3 is #13123C. Grayscale: #E8E8E8. Windows color (decimal): -1249853 or 12840428. OLE color: 12840428.
HSL color Cylindrical-coordinate representation of color #ECEDC3: hue angle of 61.43º 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 #ECEDC3 is Cyan = 0.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 195 | - |
| CMYK | 0.00 | 0 | 0.18 | 0.07 |
| HSL | 61.43º | 0.54% | 0.85% | - |
| HSV(B) | 61.43º | 0.18% | 0.93% | - |
| XYZ | 74.73 | 82.34 | 63.58 | - |
| YUV | 231.91 | 107.17 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 195 | 0.00 | 0 | 0.18 | 0.07 | 61.43 | 0.54 | 0.85 |
| Hex | EC | ED | C3 | 0 | 0 | 12 | 7 | 3D | 36 | 55 |
| Octal | 354 | 355 | 303 | 0 | 0 | 22 | 7 | 75 | 66 | 125 |
| Binary | 11101100 | 11101101 | 11000011 | 0 | 0 | 10010 | 111 | 111101 | 110110 | 1010101 |
Color Harmonies of #ECEDC3
Complementary color
Monochromatic Colors of #ECEDC3
Black with #ECEDC3
Text Example
Text Example
White with #ECEDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEDC3; }
p { color: rgb(236,237,195); }
H1.HeaderClassName
{
color: #ECEDC3;
}
.AnyTagClassName
{
color: #ECEDC3;
}
</style>
background-color css
<style>
a { background-color: #ECEDC3; }
a { background-color: rgb(236,237,195); }
div.DivClassName
{
background-color: #ECEDC3;
}
.BgClassName
{
background-color: #ECEDC3;
}
</style>
border-color css
<style>
span { border-color: #ECEDC3; }
span { border-color: rgb(236,237,195); }
td.TdClassName
{
border-color: #ECEDC3;
}
.TagClassName
{
border-color: #ECEDC3;
}
</style>