Shades of Spring Sun #ECEDBF
Tints of Spring Sun #ECEDBF
RGB
CMYK
RGB Variations
Color information
#ECEDBF (or 0xECEDBF) is known color: Spring Sun. HEX triplet: EC, ED and BF. RGB value is (236,237,191). Sum of RGB (Red+Green+Blue) = 236+237+191=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 191 (75% from 255 or 28.77% from 664); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEDBF is #131240. Grayscale: #E7E7E7. Windows color (decimal): -1249857 or 12578284. OLE color: 12578284.
HSL color Cylindrical-coordinate representation of color #ECEDBF: hue angle of 61.3º degrees, saturation: 0.56, 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 #ECEDBF is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 191 | - |
| CMYK | 0.00 | 0 | 0.19 | 0.07 |
| HSL | 61.3º | 0.56% | 0.84% | - |
| HSV(B) | 61.3º | 0.19% | 0.93% | - |
| XYZ | 74.28 | 82.16 | 61.23 | - |
| YUV | 231.46 | 105.17 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 191 | 0.00 | 0 | 0.19 | 0.07 | 61.3 | 0.56 | 0.84 |
| Hex | EC | ED | BF | 0 | 0 | 13 | 7 | 3D | 38 | 54 |
| Octal | 354 | 355 | 277 | 0 | 0 | 23 | 7 | 75 | 70 | 124 |
| Binary | 11101100 | 11101101 | 10111111 | 0 | 0 | 10011 | 111 | 111101 | 111000 | 1010100 |
Color Harmonies of #ECEDBF
Complementary color
Monochromatic Colors of #ECEDBF
Black with #ECEDBF
Text Example
Text Example
White with #ECEDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEDBF; }
p { color: rgb(236,237,191); }
H1.HeaderClassName
{
color: #ECEDBF;
}
.AnyTagClassName
{
color: #ECEDBF;
}
</style>
background-color css
<style>
a { background-color: #ECEDBF; }
a { background-color: rgb(236,237,191); }
div.DivClassName
{
background-color: #ECEDBF;
}
.BgClassName
{
background-color: #ECEDBF;
}
</style>
border-color css
<style>
span { border-color: #ECEDBF; }
span { border-color: rgb(236,237,191); }
td.TdClassName
{
border-color: #ECEDBF;
}
.TagClassName
{
border-color: #ECEDBF;
}
</style>