Shades of Zinnwaldite #EBC5B1
Tints of Zinnwaldite #EBC5B1
RGB
CMYK
RGB Variations
Color information
#EBC5B1 (or 0xEBC5B1) is known color: Zinnwaldite. HEX triplet: EB, C5 and B1. RGB value is (235,197,177). Sum of RGB (Red+Green+Blue) = 235+197+177=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 177 (69.53% from 255 or 29.06% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC5B1 is #143A4E. Grayscale: #CECECE. Windows color (decimal): -1325647 or 11650539. OLE color: 11650539.
HSL color Cylindrical-coordinate representation of color #EBC5B1: hue angle of 20.69º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBC5B1 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 177 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.08 |
| HSL | 20.69º | 0.59% | 0.81% | - |
| HSV(B) | 20.69º | 0.25% | 0.92% | - |
| XYZ | 62.16 | 60.77 | 50.05 | - |
| YUV | 206.08 | 111.59 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 177 | 0 | 0.16 | 0.25 | 0.08 | 20.69 | 0.59 | 0.81 |
| Hex | EB | C5 | B1 | 0 | 10 | 19 | 8 | 15 | 3B | 51 |
| Octal | 353 | 305 | 261 | 0 | 20 | 31 | 10 | 25 | 73 | 121 |
| Binary | 11101011 | 11000101 | 10110001 | 0 | 10000 | 11001 | 1000 | 10101 | 111011 | 1010001 |
Color Harmonies of #EBC5B1
Complementary color
Monochromatic Colors of #EBC5B1
Black with #EBC5B1
Text Example
Text Example
White with #EBC5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC5B1; }
p { color: rgb(235,197,177); }
H1.HeaderClassName
{
color: #EBC5B1;
}
.AnyTagClassName
{
color: #EBC5B1;
}
</style>
background-color css
<style>
a { background-color: #EBC5B1; }
a { background-color: rgb(235,197,177); }
div.DivClassName
{
background-color: #EBC5B1;
}
.BgClassName
{
background-color: #EBC5B1;
}
</style>
border-color css
<style>
span { border-color: #EBC5B1; }
span { border-color: rgb(235,197,177); }
td.TdClassName
{
border-color: #EBC5B1;
}
.TagClassName
{
border-color: #EBC5B1;
}
</style>