Shades of Zinnwaldite #ECC7B4
Tints of Zinnwaldite #ECC7B4
RGB
CMYK
RGB Variations
Color information
#ECC7B4 (or 0xECC7B4) is known color: Zinnwaldite. HEX triplet: EC, C7 and B4. RGB value is (236,199,180). Sum of RGB (Red+Green+Blue) = 236+199+180=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 199 (78.12% from 255 or 32.36% from 615); Blue value is 180 (70.70% from 255 or 29.27% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC7B4 is #13384B. Grayscale: #D0D0D0. Windows color (decimal): -1259596 or 11847660. OLE color: 11847660.
HSL color Cylindrical-coordinate representation of color #ECC7B4: hue angle of 20.36º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECC7B4 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 180 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.07 |
| HSL | 20.36º | 0.6% | 0.82% | - |
| HSV(B) | 20.36º | 0.24% | 0.93% | - |
| XYZ | 63.25 | 61.98 | 51.81 | - |
| YUV | 207.9 | 112.26 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 180 | 0 | 0.16 | 0.24 | 0.07 | 20.36 | 0.6 | 0.82 |
| Hex | EC | C7 | B4 | 0 | 10 | 18 | 7 | 14 | 3C | 52 |
| Octal | 354 | 307 | 264 | 0 | 20 | 30 | 7 | 24 | 74 | 122 |
| Binary | 11101100 | 11000111 | 10110100 | 0 | 10000 | 11000 | 111 | 10100 | 111100 | 1010010 |
Color Harmonies of #ECC7B4
Complementary color
Monochromatic Colors of #ECC7B4
Black with #ECC7B4
Text Example
Text Example
White with #ECC7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC7B4; }
p { color: rgb(236,199,180); }
H1.HeaderClassName
{
color: #ECC7B4;
}
.AnyTagClassName
{
color: #ECC7B4;
}
</style>
background-color css
<style>
a { background-color: #ECC7B4; }
a { background-color: rgb(236,199,180); }
div.DivClassName
{
background-color: #ECC7B4;
}
.BgClassName
{
background-color: #ECC7B4;
}
</style>
border-color css
<style>
span { border-color: #ECC7B4; }
span { border-color: rgb(236,199,180); }
td.TdClassName
{
border-color: #ECC7B4;
}
.TagClassName
{
border-color: #ECC7B4;
}
</style>