Shades of Zinnwaldite #ECC5AF
Tints of Zinnwaldite #ECC5AF
RGB
CMYK
RGB Variations
Color information
#ECC5AF (or 0xECC5AF) is known color: Zinnwaldite. HEX triplet: EC, C5 and AF. RGB value is (236,197,175). Sum of RGB (Red+Green+Blue) = 236+197+175=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 197 (77.34% from 255 or 32.40% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC5AF is #133A50. Grayscale: #CECECE. Windows color (decimal): -1260113 or 11519468. OLE color: 11519468.
HSL color Cylindrical-coordinate representation of color #ECC5AF: hue angle of 21.64º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECC5AF is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 175 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.07 |
| HSL | 21.64º | 0.62% | 0.81% | - |
| HSV(B) | 21.64º | 0.26% | 0.93% | - |
| XYZ | 62.3 | 60.86 | 49.02 | - |
| YUV | 206.15 | 110.42 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 175 | 0 | 0.17 | 0.26 | 0.07 | 21.64 | 0.62 | 0.81 |
| Hex | EC | C5 | AF | 0 | 11 | 1A | 7 | 16 | 3E | 51 |
| Octal | 354 | 305 | 257 | 0 | 21 | 32 | 7 | 26 | 76 | 121 |
| Binary | 11101100 | 11000101 | 10101111 | 0 | 10001 | 11010 | 111 | 10110 | 111110 | 1010001 |
Color Harmonies of #ECC5AF
Complementary color
Monochromatic Colors of #ECC5AF
Black with #ECC5AF
Text Example
Text Example
White with #ECC5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC5AF; }
p { color: rgb(236,197,175); }
H1.HeaderClassName
{
color: #ECC5AF;
}
.AnyTagClassName
{
color: #ECC5AF;
}
</style>
background-color css
<style>
a { background-color: #ECC5AF; }
a { background-color: rgb(236,197,175); }
div.DivClassName
{
background-color: #ECC5AF;
}
.BgClassName
{
background-color: #ECC5AF;
}
</style>
border-color css
<style>
span { border-color: #ECC5AF; }
span { border-color: rgb(236,197,175); }
td.TdClassName
{
border-color: #ECC5AF;
}
.TagClassName
{
border-color: #ECC5AF;
}
</style>