Shades of Spring Sun #ECEAC0
Tints of Spring Sun #ECEAC0
RGB
CMYK
RGB Variations
Color information
#ECEAC0 (or 0xECEAC0) is known color: Spring Sun. HEX triplet: EC, EA and C0. RGB value is (236,234,192). Sum of RGB (Red+Green+Blue) = 236+234+192=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 234 (91.80% from 255 or 35.35% from 662); Blue value is 192 (75.39% from 255 or 29.00% from 662); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEAC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEAC0 is #13153F. Grayscale: #E5E5E5. Windows color (decimal): -1250624 or 12643052. OLE color: 12643052.
HSL color Cylindrical-coordinate representation of color #ECEAC0: hue angle of 57.27º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECEAC0 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 192 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.07 |
| HSL | 57.27º | 0.54% | 0.84% | - |
| HSV(B) | 57.27º | 0.19% | 0.93% | - |
| XYZ | 73.53 | 80.48 | 61.53 | - |
| YUV | 229.81 | 106.66 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 192 | 0 | 0.01 | 0.19 | 0.07 | 57.27 | 0.54 | 0.84 |
| Hex | EC | EA | C0 | 0 | 1 | 13 | 7 | 39 | 36 | 54 |
| Octal | 354 | 352 | 300 | 0 | 1 | 23 | 7 | 71 | 66 | 124 |
| Binary | 11101100 | 11101010 | 11000000 | 0 | 1 | 10011 | 111 | 111001 | 110110 | 1010100 |
Color Harmonies of #ECEAC0
Complementary color
Monochromatic Colors of #ECEAC0
Black with #ECEAC0
Text Example
Text Example
White with #ECEAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEAC0; }
p { color: rgb(236,234,192); }
H1.HeaderClassName
{
color: #ECEAC0;
}
.AnyTagClassName
{
color: #ECEAC0;
}
</style>
background-color css
<style>
a { background-color: #ECEAC0; }
a { background-color: rgb(236,234,192); }
div.DivClassName
{
background-color: #ECEAC0;
}
.BgClassName
{
background-color: #ECEAC0;
}
</style>
border-color css
<style>
span { border-color: #ECEAC0; }
span { border-color: rgb(236,234,192); }
td.TdClassName
{
border-color: #ECEAC0;
}
.TagClassName
{
border-color: #ECEAC0;
}
</style>