Shades of Spring Sun #ECEABF
Tints of Spring Sun #ECEABF
RGB
CMYK
RGB Variations
Color information
#ECEABF (or 0xECEABF) is known color: Spring Sun. HEX triplet: EC, EA and BF. RGB value is (236,234,191). Sum of RGB (Red+Green+Blue) = 236+234+191=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 234 (91.80% from 255 or 35.40% from 661); Blue value is 191 (75% from 255 or 28.90% from 661); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEABF is #131540. Grayscale: #E5E5E5. Windows color (decimal): -1250625 or 12577516. OLE color: 12577516.
HSL color Cylindrical-coordinate representation of color #ECEABF: hue angle of 57.33º 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 #ECEABF is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 191 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.07 |
| HSL | 57.33º | 0.54% | 0.84% | - |
| HSV(B) | 57.33º | 0.19% | 0.93% | - |
| XYZ | 73.42 | 80.44 | 60.95 | - |
| YUV | 229.7 | 106.16 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 191 | 0 | 0.01 | 0.19 | 0.07 | 57.33 | 0.54 | 0.84 |
| Hex | EC | EA | BF | 0 | 1 | 13 | 7 | 39 | 36 | 54 |
| Octal | 354 | 352 | 277 | 0 | 1 | 23 | 7 | 71 | 66 | 124 |
| Binary | 11101100 | 11101010 | 10111111 | 0 | 1 | 10011 | 111 | 111001 | 110110 | 1010100 |
Color Harmonies of #ECEABF
Complementary color
Monochromatic Colors of #ECEABF
Black with #ECEABF
Text Example
Text Example
White with #ECEABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEABF; }
p { color: rgb(236,234,191); }
H1.HeaderClassName
{
color: #ECEABF;
}
.AnyTagClassName
{
color: #ECEABF;
}
</style>
background-color css
<style>
a { background-color: #ECEABF; }
a { background-color: rgb(236,234,191); }
div.DivClassName
{
background-color: #ECEABF;
}
.BgClassName
{
background-color: #ECEABF;
}
</style>
border-color css
<style>
span { border-color: #ECEABF; }
span { border-color: rgb(236,234,191); }
td.TdClassName
{
border-color: #ECEABF;
}
.TagClassName
{
border-color: #ECEABF;
}
</style>