Shades of Zinnwaldite #ECBAAB
Tints of Zinnwaldite #ECBAAB
RGB
CMYK
RGB Variations
Color information
#ECBAAB (or 0xECBAAB) is known color: Zinnwaldite. HEX triplet: EC, BA and AB. RGB value is (236,186,171). Sum of RGB (Red+Green+Blue) = 236+186+171=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 171 (67.19% from 255 or 28.84% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBAAB is #134554. Grayscale: #C7C7C7. Windows color (decimal): -1262933 or 11254508. OLE color: 11254508.
HSL color Cylindrical-coordinate representation of color #ECBAAB: hue angle of 13.85º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECBAAB is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 171 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.07 |
| HSL | 13.85º | 0.63% | 0.8% | - |
| HSV(B) | 13.85º | 0.28% | 0.93% | - |
| XYZ | 59.5 | 55.89 | 46.18 | - |
| YUV | 199.24 | 112.07 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 171 | 0 | 0.21 | 0.28 | 0.07 | 13.85 | 0.63 | 0.8 |
| Hex | EC | BA | AB | 0 | 15 | 1C | 7 | E | 3F | 50 |
| Octal | 354 | 272 | 253 | 0 | 25 | 34 | 7 | 16 | 77 | 120 |
| Binary | 11101100 | 10111010 | 10101011 | 0 | 10101 | 11100 | 111 | 1110 | 111111 | 1010000 |
Color Harmonies of #ECBAAB
Complementary color
Monochromatic Colors of #ECBAAB
Black with #ECBAAB
Text Example
Text Example
White with #ECBAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBAAB; }
p { color: rgb(236,186,171); }
H1.HeaderClassName
{
color: #ECBAAB;
}
.AnyTagClassName
{
color: #ECBAAB;
}
</style>
background-color css
<style>
a { background-color: #ECBAAB; }
a { background-color: rgb(236,186,171); }
div.DivClassName
{
background-color: #ECBAAB;
}
.BgClassName
{
background-color: #ECBAAB;
}
</style>
border-color css
<style>
span { border-color: #ECBAAB; }
span { border-color: rgb(236,186,171); }
td.TdClassName
{
border-color: #ECBAAB;
}
.TagClassName
{
border-color: #ECBAAB;
}
</style>