Shades of Zinnwaldite #EBC2B3
Tints of Zinnwaldite #EBC2B3
RGB
CMYK
RGB Variations
Color information
#EBC2B3 (or 0xEBC2B3) is known color: Zinnwaldite. HEX triplet: EB, C2 and B3. RGB value is (235,194,179). Sum of RGB (Red+Green+Blue) = 235+194+179=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 194 (76.17% from 255 or 31.91% from 608); Blue value is 179 (70.31% from 255 or 29.44% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC2B3 is #143D4C. Grayscale: #CCCCCC. Windows color (decimal): -1326413 or 11780843. OLE color: 11780843.
HSL color Cylindrical-coordinate representation of color #EBC2B3: hue angle of 16.07º degrees, saturation: 0.58, 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 #EBC2B3 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 179 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.08 |
| HSL | 16.07º | 0.58% | 0.81% | - |
| HSV(B) | 16.07º | 0.24% | 0.92% | - |
| XYZ | 61.69 | 59.5 | 50.88 | - |
| YUV | 204.55 | 113.58 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 179 | 0 | 0.17 | 0.24 | 0.08 | 16.07 | 0.58 | 0.81 |
| Hex | EB | C2 | B3 | 0 | 11 | 18 | 8 | 10 | 3A | 51 |
| Octal | 353 | 302 | 263 | 0 | 21 | 30 | 10 | 20 | 72 | 121 |
| Binary | 11101011 | 11000010 | 10110011 | 0 | 10001 | 11000 | 1000 | 10000 | 111010 | 1010001 |
Color Harmonies of #EBC2B3
Complementary color
Monochromatic Colors of #EBC2B3
Black with #EBC2B3
Text Example
Text Example
White with #EBC2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC2B3; }
p { color: rgb(235,194,179); }
H1.HeaderClassName
{
color: #EBC2B3;
}
.AnyTagClassName
{
color: #EBC2B3;
}
</style>
background-color css
<style>
a { background-color: #EBC2B3; }
a { background-color: rgb(235,194,179); }
div.DivClassName
{
background-color: #EBC2B3;
}
.BgClassName
{
background-color: #EBC2B3;
}
</style>
border-color css
<style>
span { border-color: #EBC2B3; }
span { border-color: rgb(235,194,179); }
td.TdClassName
{
border-color: #EBC2B3;
}
.TagClassName
{
border-color: #EBC2B3;
}
</style>