Shades of Zinnwaldite #ECC4AF
Tints of Zinnwaldite #ECC4AF
RGB
CMYK
RGB Variations
Color information
#ECC4AF (or 0xECC4AF) is known color: Zinnwaldite. HEX triplet: EC, C4 and AF. RGB value is (236,196,175). Sum of RGB (Red+Green+Blue) = 236+196+175=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 196 (76.95% from 255 or 32.29% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC4AF is #133B50. Grayscale: #CDCDCD. Windows color (decimal): -1260369 or 11519212. OLE color: 11519212.
HSL color Cylindrical-coordinate representation of color #ECC4AF: hue angle of 20.66º 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 #ECC4AF is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 175 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.07 |
| HSL | 20.66º | 0.62% | 0.81% | - |
| HSV(B) | 20.66º | 0.26% | 0.93% | - |
| XYZ | 62.07 | 60.41 | 48.95 | - |
| YUV | 205.57 | 110.75 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 175 | 0 | 0.17 | 0.26 | 0.07 | 20.66 | 0.62 | 0.81 |
| Hex | EC | C4 | AF | 0 | 11 | 1A | 7 | 15 | 3E | 51 |
| Octal | 354 | 304 | 257 | 0 | 21 | 32 | 7 | 25 | 76 | 121 |
| Binary | 11101100 | 11000100 | 10101111 | 0 | 10001 | 11010 | 111 | 10101 | 111110 | 1010001 |
Color Harmonies of #ECC4AF
Complementary color
Monochromatic Colors of #ECC4AF
Black with #ECC4AF
Text Example
Text Example
White with #ECC4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC4AF; }
p { color: rgb(236,196,175); }
H1.HeaderClassName
{
color: #ECC4AF;
}
.AnyTagClassName
{
color: #ECC4AF;
}
</style>
background-color css
<style>
a { background-color: #ECC4AF; }
a { background-color: rgb(236,196,175); }
div.DivClassName
{
background-color: #ECC4AF;
}
.BgClassName
{
background-color: #ECC4AF;
}
</style>
border-color css
<style>
span { border-color: #ECC4AF; }
span { border-color: rgb(236,196,175); }
td.TdClassName
{
border-color: #ECC4AF;
}
.TagClassName
{
border-color: #ECC4AF;
}
</style>