Shades of Zinnwaldite #EBC6B8
Tints of Zinnwaldite #EBC6B8
RGB
CMYK
RGB Variations
Color information
#EBC6B8 (or 0xEBC6B8) is known color: Zinnwaldite. HEX triplet: EB, C6 and B8. RGB value is (235,198,184). Sum of RGB (Red+Green+Blue) = 235+198+184=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 198 (77.73% from 255 or 32.09% from 617); Blue value is 184 (72.27% from 255 or 29.82% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC6B8 is #143947. Grayscale: #CFCFCF. Windows color (decimal): -1325384 or 12109547. OLE color: 12109547.
HSL color Cylindrical-coordinate representation of color #EBC6B8: hue angle of 16.47º degrees, saturation: 0.56, 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 #EBC6B8 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 184 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.08 |
| HSL | 16.47º | 0.56% | 0.82% | - |
| HSV(B) | 16.47º | 0.22% | 0.92% | - |
| XYZ | 63.11 | 61.51 | 53.89 | - |
| YUV | 207.47 | 114.76 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 184 | 0 | 0.16 | 0.22 | 0.08 | 16.47 | 0.56 | 0.82 |
| Hex | EB | C6 | B8 | 0 | 10 | 16 | 8 | 10 | 38 | 52 |
| Octal | 353 | 306 | 270 | 0 | 20 | 26 | 10 | 20 | 70 | 122 |
| Binary | 11101011 | 11000110 | 10111000 | 0 | 10000 | 10110 | 1000 | 10000 | 111000 | 1010010 |
Color Harmonies of #EBC6B8
Complementary color
Monochromatic Colors of #EBC6B8
Black with #EBC6B8
Text Example
Text Example
White with #EBC6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC6B8; }
p { color: rgb(235,198,184); }
H1.HeaderClassName
{
color: #EBC6B8;
}
.AnyTagClassName
{
color: #EBC6B8;
}
</style>
background-color css
<style>
a { background-color: #EBC6B8; }
a { background-color: rgb(235,198,184); }
div.DivClassName
{
background-color: #EBC6B8;
}
.BgClassName
{
background-color: #EBC6B8;
}
</style>
border-color css
<style>
span { border-color: #EBC6B8; }
span { border-color: rgb(235,198,184); }
td.TdClassName
{
border-color: #EBC6B8;
}
.TagClassName
{
border-color: #EBC6B8;
}
</style>