Shades of Spring Sun #ECEBC5
Tints of Spring Sun #ECEBC5
RGB
CMYK
RGB Variations
Color information
#ECEBC5 (or 0xECEBC5) is known color: Spring Sun. HEX triplet: EC, EB and C5. RGB value is (236,235,197). Sum of RGB (Red+Green+Blue) = 236+235+197=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 197 (77.34% from 255 or 29.49% from 668); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEBC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEBC5 is #13143A. Grayscale: #E7E7E7. Windows color (decimal): -1250363 or 12970988. OLE color: 12970988.
HSL color Cylindrical-coordinate representation of color #ECEBC5: hue angle of 58.46º degrees, saturation: 0.51, 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 #ECEBC5 is Cyan = 0, Magento = 0.00, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 235 | 197 | - |
CMYK | 0 | 0.00 | 0.17 | 0.07 |
HSL | 58.46º | 0.51% | 0.85% | - |
HSV(B) | 58.46º | 0.17% | 0.93% | - |
XYZ | 74.38 | 81.28 | 64.59 | - |
YUV | 230.97 | 108.83 | 131.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 235 | 197 | 0 | 0.00 | 0.17 | 0.07 | 58.46 | 0.51 | 0.85 |
Hex | EC | EB | C5 | 0 | 0 | 11 | 7 | 3A | 33 | 55 |
Octal | 354 | 353 | 305 | 0 | 0 | 21 | 7 | 72 | 63 | 125 |
Binary | 11101100 | 11101011 | 11000101 | 0 | 0 | 10001 | 111 | 111010 | 110011 | 1010101 |
Color Harmonies of #ECEBC5
Complementary color
Monochromatic Colors of #ECEBC5
Black with #ECEBC5
Text Example
Text Example
White with #ECEBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEBC5; }
p { color: rgb(236,235,197); }
H1.HeaderClassName
{
color: #ECEBC5;
}
.AnyTagClassName
{
color: #ECEBC5;
}
</style>
background-color css
<style>
a { background-color: #ECEBC5; }
a { background-color: rgb(236,235,197); }
div.DivClassName
{
background-color: #ECEBC5;
}
.BgClassName
{
background-color: #ECEBC5;
}
</style>
border-color css
<style>
span { border-color: #ECEBC5; }
span { border-color: rgb(236,235,197); }
td.TdClassName
{
border-color: #ECEBC5;
}
.TagClassName
{
border-color: #ECEBC5;
}
</style>