Shades of Zinnwaldite #EBC2B2
Tints of Zinnwaldite #EBC2B2
RGB
CMYK
RGB Variations
Color information
#EBC2B2 (or 0xEBC2B2) is known color: Zinnwaldite. HEX triplet: EB, C2 and B2. RGB value is (235,194,178). Sum of RGB (Red+Green+Blue) = 235+194+178=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 194 (76.17% from 255 or 31.96% from 607); Blue value is 178 (69.92% from 255 or 29.32% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC2B2 is #143D4D. Grayscale: #CCCCCC. Windows color (decimal): -1326414 or 11715307. OLE color: 11715307.
HSL color Cylindrical-coordinate representation of color #EBC2B2: hue angle of 16.84º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBC2B2 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 178 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.08 |
| HSL | 16.84º | 0.59% | 0.81% | - |
| HSV(B) | 16.84º | 0.24% | 0.92% | - |
| XYZ | 61.59 | 59.46 | 50.35 | - |
| YUV | 204.44 | 113.08 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 178 | 0 | 0.17 | 0.24 | 0.08 | 16.84 | 0.59 | 0.81 |
| Hex | EB | C2 | B2 | 0 | 11 | 18 | 8 | 11 | 3B | 51 |
| Octal | 353 | 302 | 262 | 0 | 21 | 30 | 10 | 21 | 73 | 121 |
| Binary | 11101011 | 11000010 | 10110010 | 0 | 10001 | 11000 | 1000 | 10001 | 111011 | 1010001 |
Color Harmonies of #EBC2B2
Complementary color
Monochromatic Colors of #EBC2B2
Black with #EBC2B2
Text Example
Text Example
White with #EBC2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC2B2; }
p { color: rgb(235,194,178); }
H1.HeaderClassName
{
color: #EBC2B2;
}
.AnyTagClassName
{
color: #EBC2B2;
}
</style>
background-color css
<style>
a { background-color: #EBC2B2; }
a { background-color: rgb(235,194,178); }
div.DivClassName
{
background-color: #EBC2B2;
}
.BgClassName
{
background-color: #EBC2B2;
}
</style>
border-color css
<style>
span { border-color: #EBC2B2; }
span { border-color: rgb(235,194,178); }
td.TdClassName
{
border-color: #EBC2B2;
}
.TagClassName
{
border-color: #EBC2B2;
}
</style>