Shades of Zinnwaldite #EBC6B7
Tints of Zinnwaldite #EBC6B7
RGB
CMYK
RGB Variations
Color information
#EBC6B7 (or 0xEBC6B7) is known color: Zinnwaldite. HEX triplet: EB, C6 and B7. RGB value is (235,198,183). Sum of RGB (Red+Green+Blue) = 235+198+183=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 198 (77.73% from 255 or 32.14% from 616); Blue value is 183 (71.88% from 255 or 29.71% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC6B7 is #143948. Grayscale: #CFCFCF. Windows color (decimal): -1325385 or 12044011. OLE color: 12044011.
HSL color Cylindrical-coordinate representation of color #EBC6B7: hue angle of 17.31º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBC6B7 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 183 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.08 |
| HSL | 17.31º | 0.57% | 0.82% | - |
| HSV(B) | 17.31º | 0.22% | 0.92% | - |
| XYZ | 63 | 61.47 | 53.34 | - |
| YUV | 207.35 | 114.26 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 183 | 0 | 0.16 | 0.22 | 0.08 | 17.31 | 0.57 | 0.82 |
| Hex | EB | C6 | B7 | 0 | 10 | 16 | 8 | 11 | 39 | 52 |
| Octal | 353 | 306 | 267 | 0 | 20 | 26 | 10 | 21 | 71 | 122 |
| Binary | 11101011 | 11000110 | 10110111 | 0 | 10000 | 10110 | 1000 | 10001 | 111001 | 1010010 |
Color Harmonies of #EBC6B7
Complementary color
Monochromatic Colors of #EBC6B7
Black with #EBC6B7
Text Example
Text Example
White with #EBC6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC6B7; }
p { color: rgb(235,198,183); }
H1.HeaderClassName
{
color: #EBC6B7;
}
.AnyTagClassName
{
color: #EBC6B7;
}
</style>
background-color css
<style>
a { background-color: #EBC6B7; }
a { background-color: rgb(235,198,183); }
div.DivClassName
{
background-color: #EBC6B7;
}
.BgClassName
{
background-color: #EBC6B7;
}
</style>
border-color css
<style>
span { border-color: #EBC6B7; }
span { border-color: rgb(235,198,183); }
td.TdClassName
{
border-color: #EBC6B7;
}
.TagClassName
{
border-color: #EBC6B7;
}
</style>