Shades of Spring Sun #ECECBF
Tints of Spring Sun #ECECBF
RGB
CMYK
RGB Variations
Color information
#ECECBF (or 0xECECBF) is known color: Spring Sun. HEX triplet: EC, EC and BF. RGB value is (236,236,191). Sum of RGB (Red+Green+Blue) = 236+236+191=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 191 (75% from 255 or 28.81% from 663); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECECBF is #131340. Grayscale: #E7E7E7. Windows color (decimal): -1250113 or 12578028. OLE color: 12578028.
HSL color Cylindrical-coordinate representation of color #ECECBF: hue angle of 60º degrees, saturation: 0.54, 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 #ECECBF is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 236 | 191 | - |
| CMYK | 0 | 0 | 0.19 | 0.07 |
| HSL | 60º | 0.54% | 0.84% | - |
| HSV(B) | 60º | 0.19% | 0.93% | - |
| XYZ | 73.99 | 81.59 | 61.14 | - |
| YUV | 230.87 | 105.5 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 236 | 191 | 0 | 0 | 0.19 | 0.07 | 60 | 0.54 | 0.84 |
| Hex | EC | EC | BF | 0 | 0 | 13 | 7 | 3C | 36 | 54 |
| Octal | 354 | 354 | 277 | 0 | 0 | 23 | 7 | 74 | 66 | 124 |
| Binary | 11101100 | 11101100 | 10111111 | 0 | 0 | 10011 | 111 | 111100 | 110110 | 1010100 |
Color Harmonies of #ECECBF
Complementary color
Monochromatic Colors of #ECECBF
Black with #ECECBF
Text Example
Text Example
White with #ECECBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECECBF; }
p { color: rgb(236,236,191); }
H1.HeaderClassName
{
color: #ECECBF;
}
.AnyTagClassName
{
color: #ECECBF;
}
</style>
background-color css
<style>
a { background-color: #ECECBF; }
a { background-color: rgb(236,236,191); }
div.DivClassName
{
background-color: #ECECBF;
}
.BgClassName
{
background-color: #ECECBF;
}
</style>
border-color css
<style>
span { border-color: #ECECBF; }
span { border-color: rgb(236,236,191); }
td.TdClassName
{
border-color: #ECECBF;
}
.TagClassName
{
border-color: #ECECBF;
}
</style>