Shades of Zinnwaldite #ECC3AF
Tints of Zinnwaldite #ECC3AF
RGB
CMYK
RGB Variations
Color information
#ECC3AF (or 0xECC3AF) is known color: Zinnwaldite. HEX triplet: EC, C3 and AF. RGB value is (236,195,175). Sum of RGB (Red+Green+Blue) = 236+195+175=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 195 (76.56% from 255 or 32.18% from 606); Blue value is 175 (68.75% from 255 or 28.88% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC3AF is #133C50. Grayscale: #CDCDCD. Windows color (decimal): -1260625 or 11518956. OLE color: 11518956.
HSL color Cylindrical-coordinate representation of color #ECC3AF: hue angle of 19.67º 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 #ECC3AF is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 175 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.07 |
| HSL | 19.67º | 0.62% | 0.81% | - |
| HSV(B) | 19.67º | 0.26% | 0.93% | - |
| XYZ | 61.85 | 59.96 | 48.87 | - |
| YUV | 204.98 | 111.08 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 175 | 0 | 0.17 | 0.26 | 0.07 | 19.67 | 0.62 | 0.81 |
| Hex | EC | C3 | AF | 0 | 11 | 1A | 7 | 14 | 3E | 51 |
| Octal | 354 | 303 | 257 | 0 | 21 | 32 | 7 | 24 | 76 | 121 |
| Binary | 11101100 | 11000011 | 10101111 | 0 | 10001 | 11010 | 111 | 10100 | 111110 | 1010001 |
Color Harmonies of #ECC3AF
Complementary color
Monochromatic Colors of #ECC3AF
Black with #ECC3AF
Text Example
Text Example
White with #ECC3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC3AF; }
p { color: rgb(236,195,175); }
H1.HeaderClassName
{
color: #ECC3AF;
}
.AnyTagClassName
{
color: #ECC3AF;
}
</style>
background-color css
<style>
a { background-color: #ECC3AF; }
a { background-color: rgb(236,195,175); }
div.DivClassName
{
background-color: #ECC3AF;
}
.BgClassName
{
background-color: #ECC3AF;
}
</style>
border-color css
<style>
span { border-color: #ECC3AF; }
span { border-color: rgb(236,195,175); }
td.TdClassName
{
border-color: #ECC3AF;
}
.TagClassName
{
border-color: #ECC3AF;
}
</style>