Shades of Spring Sun #ECECBC
Tints of Spring Sun #ECECBC
RGB
CMYK
RGB Variations
Color information
#ECECBC (or 0xECECBC) is known color: Spring Sun. HEX triplet: EC, EC and BC. RGB value is (236,236,188). Sum of RGB (Red+Green+Blue) = 236+236+188=660 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.76% from 660); Green value is 236 (92.58% from 255 or 35.76% from 660); Blue value is 188 (73.83% from 255 or 28.48% from 660); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECECBC is #131343. Grayscale: #E6E6E6. Windows color (decimal): -1250116 or 12381420. OLE color: 12381420.
HSL color Cylindrical-coordinate representation of color #ECECBC: hue angle of 60º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECECBC is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 236 | 188 | - |
| CMYK | 0 | 0 | 0.20 | 0.07 |
| HSL | 60º | 0.56% | 0.83% | - |
| HSV(B) | 60º | 0.2% | 0.93% | - |
| XYZ | 73.66 | 81.45 | 59.42 | - |
| YUV | 230.53 | 104 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 236 | 188 | 0 | 0 | 0.20 | 0.07 | 60 | 0.56 | 0.83 |
| Hex | EC | EC | BC | 0 | 0 | 14 | 7 | 3C | 38 | 53 |
| Octal | 354 | 354 | 274 | 0 | 0 | 24 | 7 | 74 | 70 | 123 |
| Binary | 11101100 | 11101100 | 10111100 | 0 | 0 | 10100 | 111 | 111100 | 111000 | 1010011 |
Color Harmonies of #ECECBC
Complementary color
Monochromatic Colors of #ECECBC
Black with #ECECBC
Text Example
Text Example
White with #ECECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECECBC; }
p { color: rgb(236,236,188); }
H1.HeaderClassName
{
color: #ECECBC;
}
.AnyTagClassName
{
color: #ECECBC;
}
</style>
background-color css
<style>
a { background-color: #ECECBC; }
a { background-color: rgb(236,236,188); }
div.DivClassName
{
background-color: #ECECBC;
}
.BgClassName
{
background-color: #ECECBC;
}
</style>
border-color css
<style>
span { border-color: #ECECBC; }
span { border-color: rgb(236,236,188); }
td.TdClassName
{
border-color: #ECECBC;
}
.TagClassName
{
border-color: #ECECBC;
}
</style>