Shades of Spring Sun #ECEAC6
Tints of Spring Sun #ECEAC6
RGB
CMYK
RGB Variations
Color information
#ECEAC6 (or 0xECEAC6) is known color: Spring Sun. HEX triplet: EC, EA and C6. RGB value is (236,234,198). Sum of RGB (Red+Green+Blue) = 236+234+198=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 234 (91.80% from 255 or 35.03% from 668); Blue value is 198 (77.73% from 255 or 29.64% from 668); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEAC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEAC6 is #131539. Grayscale: #E6E6E6. Windows color (decimal): -1250618 or 13036268. OLE color: 13036268.
HSL color Cylindrical-coordinate representation of color #ECEAC6: hue angle of 56.84º degrees, saturation: 0.5, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECEAC6 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 234 | 198 | - |
CMYK | 0 | 0.01 | 0.16 | 0.07 |
HSL | 56.84º | 0.5% | 0.85% | - |
HSV(B) | 56.84º | 0.16% | 0.93% | - |
XYZ | 74.21 | 80.76 | 65.1 | - |
YUV | 230.49 | 109.66 | 131.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 234 | 198 | 0 | 0.01 | 0.16 | 0.07 | 56.84 | 0.5 | 0.85 |
Hex | EC | EA | C6 | 0 | 1 | 10 | 7 | 39 | 32 | 55 |
Octal | 354 | 352 | 306 | 0 | 1 | 20 | 7 | 71 | 62 | 125 |
Binary | 11101100 | 11101010 | 11000110 | 0 | 1 | 10000 | 111 | 111001 | 110010 | 1010101 |
Color Harmonies of #ECEAC6
Complementary color
Monochromatic Colors of #ECEAC6
Black with #ECEAC6
Text Example
Text Example
White with #ECEAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEAC6; }
p { color: rgb(236,234,198); }
H1.HeaderClassName
{
color: #ECEAC6;
}
.AnyTagClassName
{
color: #ECEAC6;
}
</style>
background-color css
<style>
a { background-color: #ECEAC6; }
a { background-color: rgb(236,234,198); }
div.DivClassName
{
background-color: #ECEAC6;
}
.BgClassName
{
background-color: #ECEAC6;
}
</style>
border-color css
<style>
span { border-color: #ECEAC6; }
span { border-color: rgb(236,234,198); }
td.TdClassName
{
border-color: #ECEAC6;
}
.TagClassName
{
border-color: #ECEAC6;
}
</style>