Shades of Spring Sun #ECEAC1
Tints of Spring Sun #ECEAC1
RGB
CMYK
RGB Variations
Color information
#ECEAC1 (or 0xECEAC1) is known color: Spring Sun. HEX triplet: EC, EA and C1. RGB value is (236,234,193). Sum of RGB (Red+Green+Blue) = 236+234+193=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 193 (75.78% from 255 or 29.11% from 663); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEAC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEAC1 is #13153E. Grayscale: #E6E6E6. Windows color (decimal): -1250623 or 12708588. OLE color: 12708588.
HSL color Cylindrical-coordinate representation of color #ECEAC1: hue angle of 57.21º degrees, saturation: 0.53, 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 #ECEAC1 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 193 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.07 |
| HSL | 57.21º | 0.53% | 0.84% | - |
| HSV(B) | 57.21º | 0.18% | 0.93% | - |
| XYZ | 73.64 | 80.53 | 62.11 | - |
| YUV | 229.92 | 107.16 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 193 | 0 | 0.01 | 0.18 | 0.07 | 57.21 | 0.53 | 0.84 |
| Hex | EC | EA | C1 | 0 | 1 | 12 | 7 | 39 | 35 | 54 |
| Octal | 354 | 352 | 301 | 0 | 1 | 22 | 7 | 71 | 65 | 124 |
| Binary | 11101100 | 11101010 | 11000001 | 0 | 1 | 10010 | 111 | 111001 | 110101 | 1010100 |
Color Harmonies of #ECEAC1
Complementary color
Monochromatic Colors of #ECEAC1
Black with #ECEAC1
Text Example
Text Example
White with #ECEAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEAC1; }
p { color: rgb(236,234,193); }
H1.HeaderClassName
{
color: #ECEAC1;
}
.AnyTagClassName
{
color: #ECEAC1;
}
</style>
background-color css
<style>
a { background-color: #ECEAC1; }
a { background-color: rgb(236,234,193); }
div.DivClassName
{
background-color: #ECEAC1;
}
.BgClassName
{
background-color: #ECEAC1;
}
</style>
border-color css
<style>
span { border-color: #ECEAC1; }
span { border-color: rgb(236,234,193); }
td.TdClassName
{
border-color: #ECEAC1;
}
.TagClassName
{
border-color: #ECEAC1;
}
</style>