Shades of Spring Sun #ECEAC4
Tints of Spring Sun #ECEAC4
RGB
CMYK
RGB Variations
Color information
#ECEAC4 (or 0xECEAC4) is known color: Spring Sun. HEX triplet: EC, EA and C4. RGB value is (236,234,196). Sum of RGB (Red+Green+Blue) = 236+234+196=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 196 (76.95% from 255 or 29.43% from 666); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEAC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEAC4 is #13153B. Grayscale: #E6E6E6. Windows color (decimal): -1250620 or 12905196. OLE color: 12905196.
HSL color Cylindrical-coordinate representation of color #ECEAC4: hue angle of 57º 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 #ECEAC4 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 196 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.07 |
| HSL | 57º | 0.51% | 0.85% | - |
| HSV(B) | 57º | 0.17% | 0.93% | - |
| XYZ | 73.98 | 80.66 | 63.9 | - |
| YUV | 230.27 | 108.66 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 196 | 0 | 0.01 | 0.17 | 0.07 | 57 | 0.51 | 0.85 |
| Hex | EC | EA | C4 | 0 | 1 | 11 | 7 | 39 | 33 | 55 |
| Octal | 354 | 352 | 304 | 0 | 1 | 21 | 7 | 71 | 63 | 125 |
| Binary | 11101100 | 11101010 | 11000100 | 0 | 1 | 10001 | 111 | 111001 | 110011 | 1010101 |
Color Harmonies of #ECEAC4
Complementary color
Monochromatic Colors of #ECEAC4
Black with #ECEAC4
Text Example
Text Example
White with #ECEAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEAC4; }
p { color: rgb(236,234,196); }
H1.HeaderClassName
{
color: #ECEAC4;
}
.AnyTagClassName
{
color: #ECEAC4;
}
</style>
background-color css
<style>
a { background-color: #ECEAC4; }
a { background-color: rgb(236,234,196); }
div.DivClassName
{
background-color: #ECEAC4;
}
.BgClassName
{
background-color: #ECEAC4;
}
</style>
border-color css
<style>
span { border-color: #ECEAC4; }
span { border-color: rgb(236,234,196); }
td.TdClassName
{
border-color: #ECEAC4;
}
.TagClassName
{
border-color: #ECEAC4;
}
</style>