Shades of Spring Sun #ECEAC2
Tints of Spring Sun #ECEAC2
RGB
CMYK
RGB Variations
Color information
#ECEAC2 (or 0xECEAC2) is known color: Spring Sun. HEX triplet: EC, EA and C2. RGB value is (236,234,194). Sum of RGB (Red+Green+Blue) = 236+234+194=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 234 (91.80% from 255 or 35.24% from 664); Blue value is 194 (76.17% from 255 or 29.22% from 664); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEAC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEAC2 is #13153D. Grayscale: #E6E6E6. Windows color (decimal): -1250622 or 12774124. OLE color: 12774124.
HSL color Cylindrical-coordinate representation of color #ECEAC2: hue angle of 57.14º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECEAC2 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 194 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.07 |
| HSL | 57.14º | 0.53% | 0.84% | - |
| HSV(B) | 57.14º | 0.18% | 0.93% | - |
| XYZ | 73.75 | 80.57 | 62.7 | - |
| YUV | 230.04 | 107.66 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 194 | 0 | 0.01 | 0.18 | 0.07 | 57.14 | 0.53 | 0.84 |
| Hex | EC | EA | C2 | 0 | 1 | 12 | 7 | 39 | 34 | 54 |
| Octal | 354 | 352 | 302 | 0 | 1 | 22 | 7 | 71 | 64 | 124 |
| Binary | 11101100 | 11101010 | 11000010 | 0 | 1 | 10010 | 111 | 111001 | 110100 | 1010100 |
Color Harmonies of #ECEAC2
Complementary color
Monochromatic Colors of #ECEAC2
Black with #ECEAC2
Text Example
Text Example
White with #ECEAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEAC2; }
p { color: rgb(236,234,194); }
H1.HeaderClassName
{
color: #ECEAC2;
}
.AnyTagClassName
{
color: #ECEAC2;
}
</style>
background-color css
<style>
a { background-color: #ECEAC2; }
a { background-color: rgb(236,234,194); }
div.DivClassName
{
background-color: #ECEAC2;
}
.BgClassName
{
background-color: #ECEAC2;
}
</style>
border-color css
<style>
span { border-color: #ECEAC2; }
span { border-color: rgb(236,234,194); }
td.TdClassName
{
border-color: #ECEAC2;
}
.TagClassName
{
border-color: #ECEAC2;
}
</style>