Shades of Spring Sun #ECEBC2
Tints of Spring Sun #ECEBC2
RGB
CMYK
RGB Variations
Color information
#ECEBC2 (or 0xECEBC2) is known color: Spring Sun. HEX triplet: EC, EB and C2. RGB value is (236,235,194). Sum of RGB (Red+Green+Blue) = 236+235+194=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 194 (76.17% from 255 or 29.17% from 665); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEBC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEBC2 is #13143D. Grayscale: #E6E6E6. Windows color (decimal): -1250366 or 12774380. OLE color: 12774380.
HSL color Cylindrical-coordinate representation of color #ECEBC2: hue angle of 58.57º 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 #ECEBC2 is Cyan = 0, Magento = 0.00, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 194 | - |
| CMYK | 0 | 0.00 | 0.18 | 0.07 |
| HSL | 58.57º | 0.53% | 0.84% | - |
| HSV(B) | 58.57º | 0.18% | 0.93% | - |
| XYZ | 74.04 | 81.14 | 62.8 | - |
| YUV | 230.63 | 107.33 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 194 | 0 | 0.00 | 0.18 | 0.07 | 58.57 | 0.53 | 0.84 |
| Hex | EC | EB | C2 | 0 | 0 | 12 | 7 | 3B | 34 | 54 |
| Octal | 354 | 353 | 302 | 0 | 0 | 22 | 7 | 73 | 64 | 124 |
| Binary | 11101100 | 11101011 | 11000010 | 0 | 0 | 10010 | 111 | 111011 | 110100 | 1010100 |
Color Harmonies of #ECEBC2
Complementary color
Monochromatic Colors of #ECEBC2
Black with #ECEBC2
Text Example
Text Example
White with #ECEBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEBC2; }
p { color: rgb(236,235,194); }
H1.HeaderClassName
{
color: #ECEBC2;
}
.AnyTagClassName
{
color: #ECEBC2;
}
</style>
background-color css
<style>
a { background-color: #ECEBC2; }
a { background-color: rgb(236,235,194); }
div.DivClassName
{
background-color: #ECEBC2;
}
.BgClassName
{
background-color: #ECEBC2;
}
</style>
border-color css
<style>
span { border-color: #ECEBC2; }
span { border-color: rgb(236,235,194); }
td.TdClassName
{
border-color: #ECEBC2;
}
.TagClassName
{
border-color: #ECEBC2;
}
</style>