Shades of Spring Sun #ECEBC3
Tints of Spring Sun #ECEBC3
RGB
CMYK
RGB Variations
Color information
#ECEBC3 (or 0xECEBC3) is known color: Spring Sun. HEX triplet: EC, EB and C3. RGB value is (236,235,195). Sum of RGB (Red+Green+Blue) = 236+235+195=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 195 (76.56% from 255 or 29.28% from 666); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEBC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEBC3 is #13143C. Grayscale: #E6E6E6. Windows color (decimal): -1250365 or 12839916. OLE color: 12839916.
HSL color Cylindrical-coordinate representation of color #ECEBC3: hue angle of 58.54º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECEBC3 is Cyan = 0, Magento = 0.00, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 195 | - |
| CMYK | 0 | 0.00 | 0.17 | 0.07 |
| HSL | 58.54º | 0.52% | 0.85% | - |
| HSV(B) | 58.54º | 0.17% | 0.93% | - |
| XYZ | 74.15 | 81.19 | 63.39 | - |
| YUV | 230.74 | 107.83 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 195 | 0 | 0.00 | 0.17 | 0.07 | 58.54 | 0.52 | 0.85 |
| Hex | EC | EB | C3 | 0 | 0 | 11 | 7 | 3B | 34 | 55 |
| Octal | 354 | 353 | 303 | 0 | 0 | 21 | 7 | 73 | 64 | 125 |
| Binary | 11101100 | 11101011 | 11000011 | 0 | 0 | 10001 | 111 | 111011 | 110100 | 1010101 |
Color Harmonies of #ECEBC3
Complementary color
Monochromatic Colors of #ECEBC3
Black with #ECEBC3
Text Example
Text Example
White with #ECEBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEBC3; }
p { color: rgb(236,235,195); }
H1.HeaderClassName
{
color: #ECEBC3;
}
.AnyTagClassName
{
color: #ECEBC3;
}
</style>
background-color css
<style>
a { background-color: #ECEBC3; }
a { background-color: rgb(236,235,195); }
div.DivClassName
{
background-color: #ECEBC3;
}
.BgClassName
{
background-color: #ECEBC3;
}
</style>
border-color css
<style>
span { border-color: #ECEBC3; }
span { border-color: rgb(236,235,195); }
td.TdClassName
{
border-color: #ECEBC3;
}
.TagClassName
{
border-color: #ECEBC3;
}
</style>