Shades of Zinnwaldite #EBBBAD
Tints of Zinnwaldite #EBBBAD
RGB
CMYK
RGB Variations
Color information
#EBBBAD (or 0xEBBBAD) is known color: Zinnwaldite. HEX triplet: EB, BB and AD. RGB value is (235,187,173). Sum of RGB (Red+Green+Blue) = 235+187+173=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 173 (67.97% from 255 or 29.08% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBBAD is #144452. Grayscale: #C7C7C7. Windows color (decimal): -1328211 or 11385835. OLE color: 11385835.
HSL color Cylindrical-coordinate representation of color #EBBBAD: hue angle of 13.55º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBBBAD is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 187 | 173 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.08 |
| HSL | 13.55º | 0.61% | 0.8% | - |
| HSV(B) | 13.55º | 0.26% | 0.92% | - |
| XYZ | 59.57 | 56.22 | 47.25 | - |
| YUV | 199.76 | 112.9 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 187 | 173 | 0 | 0.20 | 0.26 | 0.08 | 13.55 | 0.61 | 0.8 |
| Hex | EB | BB | AD | 0 | 14 | 1A | 8 | E | 3D | 50 |
| Octal | 353 | 273 | 255 | 0 | 24 | 32 | 10 | 16 | 75 | 120 |
| Binary | 11101011 | 10111011 | 10101101 | 0 | 10100 | 11010 | 1000 | 1110 | 111101 | 1010000 |
Color Harmonies of #EBBBAD
Complementary color
Monochromatic Colors of #EBBBAD
Black with #EBBBAD
Text Example
Text Example
White with #EBBBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBBAD; }
p { color: rgb(235,187,173); }
H1.HeaderClassName
{
color: #EBBBAD;
}
.AnyTagClassName
{
color: #EBBBAD;
}
</style>
background-color css
<style>
a { background-color: #EBBBAD; }
a { background-color: rgb(235,187,173); }
div.DivClassName
{
background-color: #EBBBAD;
}
.BgClassName
{
background-color: #EBBBAD;
}
</style>
border-color css
<style>
span { border-color: #EBBBAD; }
span { border-color: rgb(235,187,173); }
td.TdClassName
{
border-color: #EBBBAD;
}
.TagClassName
{
border-color: #EBBBAD;
}
</style>