Shades of Zinnwaldite #EBC1B4
Tints of Zinnwaldite #EBC1B4
RGB
CMYK
RGB Variations
Color information
#EBC1B4 (or 0xEBC1B4) is known color: Zinnwaldite. HEX triplet: EB, C1 and B4. RGB value is (235,193,180). Sum of RGB (Red+Green+Blue) = 235+193+180=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 193 (75.78% from 255 or 31.74% from 608); Blue value is 180 (70.70% from 255 or 29.61% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1B4 is #143E4B. Grayscale: #CCCCCC. Windows color (decimal): -1326668 or 11846123. OLE color: 11846123.
HSL color Cylindrical-coordinate representation of color #EBC1B4: hue angle of 14.18º 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 #EBC1B4 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 193 | 180 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.08 |
| HSL | 14.18º | 0.58% | 0.81% | - |
| HSV(B) | 14.18º | 0.23% | 0.92% | - |
| XYZ | 61.57 | 59.1 | 51.34 | - |
| YUV | 204.08 | 114.41 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 193 | 180 | 0 | 0.18 | 0.23 | 0.08 | 14.18 | 0.58 | 0.81 |
| Hex | EB | C1 | B4 | 0 | 12 | 17 | 8 | E | 3A | 51 |
| Octal | 353 | 301 | 264 | 0 | 22 | 27 | 10 | 16 | 72 | 121 |
| Binary | 11101011 | 11000001 | 10110100 | 0 | 10010 | 10111 | 1000 | 1110 | 111010 | 1010001 |
Color Harmonies of #EBC1B4
Complementary color
Monochromatic Colors of #EBC1B4
Black with #EBC1B4
Text Example
Text Example
White with #EBC1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC1B4; }
p { color: rgb(235,193,180); }
H1.HeaderClassName
{
color: #EBC1B4;
}
.AnyTagClassName
{
color: #EBC1B4;
}
</style>
background-color css
<style>
a { background-color: #EBC1B4; }
a { background-color: rgb(235,193,180); }
div.DivClassName
{
background-color: #EBC1B4;
}
.BgClassName
{
background-color: #EBC1B4;
}
</style>
border-color css
<style>
span { border-color: #EBC1B4; }
span { border-color: rgb(235,193,180); }
td.TdClassName
{
border-color: #EBC1B4;
}
.TagClassName
{
border-color: #EBC1B4;
}
</style>