Shades of Spring Sun #ECEAC5
Tints of Spring Sun #ECEAC5
RGB
CMYK
RGB Variations
Color information
#ECEAC5 (or 0xECEAC5) is known color: Spring Sun. HEX triplet: EC, EA and C5. RGB value is (236,234,197). Sum of RGB (Red+Green+Blue) = 236+234+197=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 197 (77.34% from 255 or 29.54% from 667); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEAC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEAC5 is #13153A. Grayscale: #E6E6E6. Windows color (decimal): -1250619 or 12970732. OLE color: 12970732.
HSL color Cylindrical-coordinate representation of color #ECEAC5: hue angle of 56.92º 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 #ECEAC5 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 234 | 197 | - |
CMYK | 0 | 0.01 | 0.17 | 0.07 |
HSL | 56.92º | 0.51% | 0.85% | - |
HSV(B) | 56.92º | 0.17% | 0.93% | - |
XYZ | 74.09 | 80.71 | 64.5 | - |
YUV | 230.38 | 109.16 | 132.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 234 | 197 | 0 | 0.01 | 0.17 | 0.07 | 56.92 | 0.51 | 0.85 |
Hex | EC | EA | C5 | 0 | 1 | 11 | 7 | 39 | 33 | 55 |
Octal | 354 | 352 | 305 | 0 | 1 | 21 | 7 | 71 | 63 | 125 |
Binary | 11101100 | 11101010 | 11000101 | 0 | 1 | 10001 | 111 | 111001 | 110011 | 1010101 |
Color Harmonies of #ECEAC5
Complementary color
Monochromatic Colors of #ECEAC5
Black with #ECEAC5
Text Example
Text Example
White with #ECEAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEAC5; }
p { color: rgb(236,234,197); }
H1.HeaderClassName
{
color: #ECEAC5;
}
.AnyTagClassName
{
color: #ECEAC5;
}
</style>
background-color css
<style>
a { background-color: #ECEAC5; }
a { background-color: rgb(236,234,197); }
div.DivClassName
{
background-color: #ECEAC5;
}
.BgClassName
{
background-color: #ECEAC5;
}
</style>
border-color css
<style>
span { border-color: #ECEAC5; }
span { border-color: rgb(236,234,197); }
td.TdClassName
{
border-color: #ECEAC5;
}
.TagClassName
{
border-color: #ECEAC5;
}
</style>