Shades of Zinnwaldite #EBBFAC
Tints of Zinnwaldite #EBBFAC
RGB
CMYK
RGB Variations
Color information
#EBBFAC (or 0xEBBFAC) is known color: Zinnwaldite. HEX triplet: EB, BF and AC. RGB value is (235,191,172). Sum of RGB (Red+Green+Blue) = 235+191+172=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 172 (67.58% from 255 or 28.76% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBFAC is #144053. Grayscale: #CACACA. Windows color (decimal): -1327188 or 11321323. OLE color: 11321323.
HSL color Cylindrical-coordinate representation of color #EBBFAC: hue angle of 18.1º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBBFAC is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 191 | 172 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.08 |
| HSL | 18.1º | 0.61% | 0.8% | - |
| HSV(B) | 18.1º | 0.27% | 0.92% | - |
| XYZ | 60.34 | 57.9 | 47.03 | - |
| YUV | 201.99 | 111.08 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 191 | 172 | 0 | 0.19 | 0.27 | 0.08 | 18.1 | 0.61 | 0.8 |
| Hex | EB | BF | AC | 0 | 13 | 1B | 8 | 12 | 3D | 50 |
| Octal | 353 | 277 | 254 | 0 | 23 | 33 | 10 | 22 | 75 | 120 |
| Binary | 11101011 | 10111111 | 10101100 | 0 | 10011 | 11011 | 1000 | 10010 | 111101 | 1010000 |
Color Harmonies of #EBBFAC
Complementary color
Monochromatic Colors of #EBBFAC
Black with #EBBFAC
Text Example
Text Example
White with #EBBFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBFAC; }
p { color: rgb(235,191,172); }
H1.HeaderClassName
{
color: #EBBFAC;
}
.AnyTagClassName
{
color: #EBBFAC;
}
</style>
background-color css
<style>
a { background-color: #EBBFAC; }
a { background-color: rgb(235,191,172); }
div.DivClassName
{
background-color: #EBBFAC;
}
.BgClassName
{
background-color: #EBBFAC;
}
</style>
border-color css
<style>
span { border-color: #EBBFAC; }
span { border-color: rgb(235,191,172); }
td.TdClassName
{
border-color: #EBBFAC;
}
.TagClassName
{
border-color: #EBBFAC;
}
</style>