Shades of Zinnwaldite #EBC5B8
Tints of Zinnwaldite #EBC5B8
RGB
CMYK
RGB Variations
Color information
#EBC5B8 (or 0xEBC5B8) is known color: Zinnwaldite. HEX triplet: EB, C5 and B8. RGB value is (235,197,184). Sum of RGB (Red+Green+Blue) = 235+197+184=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 197 (77.34% from 255 or 31.98% from 616); Blue value is 184 (72.27% from 255 or 29.87% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5B8 is #143A47. Grayscale: #CECECE. Windows color (decimal): -1325640 or 12109291. OLE color: 12109291.
HSL color Cylindrical-coordinate representation of color #EBC5B8: hue angle of 15.29º 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 #EBC5B8 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 184 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.08 |
| HSL | 15.29º | 0.56% | 0.82% | - |
| HSV(B) | 15.29º | 0.22% | 0.92% | - |
| XYZ | 62.88 | 61.06 | 53.82 | - |
| YUV | 206.88 | 115.09 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 184 | 0 | 0.16 | 0.22 | 0.08 | 15.29 | 0.56 | 0.82 |
| Hex | EB | C5 | B8 | 0 | 10 | 16 | 8 | F | 38 | 52 |
| Octal | 353 | 305 | 270 | 0 | 20 | 26 | 10 | 17 | 70 | 122 |
| Binary | 11101011 | 11000101 | 10111000 | 0 | 10000 | 10110 | 1000 | 1111 | 111000 | 1010010 |
Color Harmonies of #EBC5B8
Complementary color
Monochromatic Colors of #EBC5B8
Black with #EBC5B8
Text Example
Text Example
White with #EBC5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC5B8; }
p { color: rgb(235,197,184); }
H1.HeaderClassName
{
color: #EBC5B8;
}
.AnyTagClassName
{
color: #EBC5B8;
}
</style>
background-color css
<style>
a { background-color: #EBC5B8; }
a { background-color: rgb(235,197,184); }
div.DivClassName
{
background-color: #EBC5B8;
}
.BgClassName
{
background-color: #EBC5B8;
}
</style>
border-color css
<style>
span { border-color: #EBC5B8; }
span { border-color: rgb(235,197,184); }
td.TdClassName
{
border-color: #EBC5B8;
}
.TagClassName
{
border-color: #EBC5B8;
}
</style>