Shades of Zinnwaldite #EBC3B4
Tints of Zinnwaldite #EBC3B4
RGB
CMYK
RGB Variations
Color information
#EBC3B4 (or 0xEBC3B4) is known color: Zinnwaldite. HEX triplet: EB, C3 and B4. RGB value is (235,195,180). Sum of RGB (Red+Green+Blue) = 235+195+180=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 195 (76.56% from 255 or 31.97% from 610); Blue value is 180 (70.70% from 255 or 29.51% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC3B4 is #143C4B. Grayscale: #CDCDCD. Windows color (decimal): -1326156 or 11846635. OLE color: 11846635.
HSL color Cylindrical-coordinate representation of color #EBC3B4: hue angle of 16.36º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBC3B4 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 195 | 180 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.08 |
| HSL | 16.36º | 0.58% | 0.81% | - |
| HSV(B) | 16.36º | 0.23% | 0.92% | - |
| XYZ | 62.01 | 59.99 | 51.49 | - |
| YUV | 205.25 | 113.75 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 195 | 180 | 0 | 0.17 | 0.23 | 0.08 | 16.36 | 0.58 | 0.81 |
| Hex | EB | C3 | B4 | 0 | 11 | 17 | 8 | 10 | 3A | 51 |
| Octal | 353 | 303 | 264 | 0 | 21 | 27 | 10 | 20 | 72 | 121 |
| Binary | 11101011 | 11000011 | 10110100 | 0 | 10001 | 10111 | 1000 | 10000 | 111010 | 1010001 |
Color Harmonies of #EBC3B4
Complementary color
Monochromatic Colors of #EBC3B4
Black with #EBC3B4
Text Example
Text Example
White with #EBC3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC3B4; }
p { color: rgb(235,195,180); }
H1.HeaderClassName
{
color: #EBC3B4;
}
.AnyTagClassName
{
color: #EBC3B4;
}
</style>
background-color css
<style>
a { background-color: #EBC3B4; }
a { background-color: rgb(235,195,180); }
div.DivClassName
{
background-color: #EBC3B4;
}
.BgClassName
{
background-color: #EBC3B4;
}
</style>
border-color css
<style>
span { border-color: #EBC3B4; }
span { border-color: rgb(235,195,180); }
td.TdClassName
{
border-color: #EBC3B4;
}
.TagClassName
{
border-color: #EBC3B4;
}
</style>