Shades of Zinnwaldite #EBBFA8
Tints of Zinnwaldite #EBBFA8
RGB
CMYK
RGB Variations
Color information
#EBBFA8 (or 0xEBBFA8) is known color: Zinnwaldite. HEX triplet: EB, BF and A8. RGB value is (235,191,168). Sum of RGB (Red+Green+Blue) = 235+191+168=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 168 (66.02% from 255 or 28.28% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBFA8 is #144057. Grayscale: #C9C9C9. Windows color (decimal): -1327192 or 11059179. OLE color: 11059179.
HSL color Cylindrical-coordinate representation of color #EBBFA8: hue angle of 20.6º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBBFA8 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 191 | 168 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.08 |
| HSL | 20.6º | 0.63% | 0.79% | - |
| HSV(B) | 20.6º | 0.29% | 0.92% | - |
| XYZ | 59.96 | 57.75 | 45.03 | - |
| YUV | 201.53 | 109.08 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 191 | 168 | 0 | 0.19 | 0.29 | 0.08 | 20.6 | 0.63 | 0.79 |
| Hex | EB | BF | A8 | 0 | 13 | 1D | 8 | 15 | 3F | 4F |
| Octal | 353 | 277 | 250 | 0 | 23 | 35 | 10 | 25 | 77 | 117 |
| Binary | 11101011 | 10111111 | 10101000 | 0 | 10011 | 11101 | 1000 | 10101 | 111111 | 1001111 |
Color Harmonies of #EBBFA8
Complementary color
Monochromatic Colors of #EBBFA8
Black with #EBBFA8
Text Example
Text Example
White with #EBBFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBFA8; }
p { color: rgb(235,191,168); }
H1.HeaderClassName
{
color: #EBBFA8;
}
.AnyTagClassName
{
color: #EBBFA8;
}
</style>
background-color css
<style>
a { background-color: #EBBFA8; }
a { background-color: rgb(235,191,168); }
div.DivClassName
{
background-color: #EBBFA8;
}
.BgClassName
{
background-color: #EBBFA8;
}
</style>
border-color css
<style>
span { border-color: #EBBFA8; }
span { border-color: rgb(235,191,168); }
td.TdClassName
{
border-color: #EBBFA8;
}
.TagClassName
{
border-color: #EBBFA8;
}
</style>