Shades of Spring Sun #ECEDCB
Tints of Spring Sun #ECEDCB
RGB
CMYK
RGB Variations
Color information
#ECEDCB (or 0xECEDCB) is known color: Spring Sun. HEX triplet: EC, ED and CB. RGB value is (236,237,203). Sum of RGB (Red+Green+Blue) = 236+237+203=676 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.91% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 203 (79.69% from 255 or 30.03% from 676); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEDCB is #131234. Grayscale: #E8E8E8. Windows color (decimal): -1249845 or 13364716. OLE color: 13364716.
HSL color Cylindrical-coordinate representation of color #ECEDCB: hue angle of 61.76º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECEDCB is Cyan = 0.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 203 | - |
| CMYK | 0.00 | 0 | 0.14 | 0.07 |
| HSL | 61.76º | 0.49% | 0.86% | - |
| HSV(B) | 61.76º | 0.14% | 0.93% | - |
| XYZ | 75.66 | 82.71 | 68.48 | - |
| YUV | 232.83 | 111.17 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 203 | 0.00 | 0 | 0.14 | 0.07 | 61.76 | 0.49 | 0.86 |
| Hex | EC | ED | CB | 0 | 0 | E | 7 | 3E | 31 | 56 |
| Octal | 354 | 355 | 313 | 0 | 0 | 16 | 7 | 76 | 61 | 126 |
| Binary | 11101100 | 11101101 | 11001011 | 0 | 0 | 1110 | 111 | 111110 | 110001 | 1010110 |
Color Harmonies of #ECEDCB
Complementary color
Monochromatic Colors of #ECEDCB
Black with #ECEDCB
Text Example
Text Example
White with #ECEDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEDCB; }
p { color: rgb(236,237,203); }
H1.HeaderClassName
{
color: #ECEDCB;
}
.AnyTagClassName
{
color: #ECEDCB;
}
</style>
background-color css
<style>
a { background-color: #ECEDCB; }
a { background-color: rgb(236,237,203); }
div.DivClassName
{
background-color: #ECEDCB;
}
.BgClassName
{
background-color: #ECEDCB;
}
</style>
border-color css
<style>
span { border-color: #ECEDCB; }
span { border-color: rgb(236,237,203); }
td.TdClassName
{
border-color: #ECEDCB;
}
.TagClassName
{
border-color: #ECEDCB;
}
</style>