Shades of Zinnwaldite #EBC1B5
Tints of Zinnwaldite #EBC1B5
RGB
CMYK
RGB Variations
Color information
#EBC1B5 (or 0xEBC1B5) is known color: Zinnwaldite. HEX triplet: EB, C1 and B5. RGB value is (235,193,181). Sum of RGB (Red+Green+Blue) = 235+193+181=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 181 (71.09% from 255 or 29.72% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1B5 is #143E4A. Grayscale: #CCCCCC. Windows color (decimal): -1326667 or 11911659. OLE color: 11911659.
HSL color Cylindrical-coordinate representation of color #EBC1B5: hue angle of 13.33º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBC1B5 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 193 | 181 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.08 |
| HSL | 13.33º | 0.57% | 0.82% | - |
| HSV(B) | 13.33º | 0.23% | 0.92% | - |
| XYZ | 61.67 | 59.14 | 51.88 | - |
| YUV | 204.19 | 114.91 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 193 | 181 | 0 | 0.18 | 0.23 | 0.08 | 13.33 | 0.57 | 0.82 |
| Hex | EB | C1 | B5 | 0 | 12 | 17 | 8 | D | 39 | 52 |
| Octal | 353 | 301 | 265 | 0 | 22 | 27 | 10 | 15 | 71 | 122 |
| Binary | 11101011 | 11000001 | 10110101 | 0 | 10010 | 10111 | 1000 | 1101 | 111001 | 1010010 |
Color Harmonies of #EBC1B5
Complementary color
Monochromatic Colors of #EBC1B5
Black with #EBC1B5
Text Example
Text Example
White with #EBC1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC1B5; }
p { color: rgb(235,193,181); }
H1.HeaderClassName
{
color: #EBC1B5;
}
.AnyTagClassName
{
color: #EBC1B5;
}
</style>
background-color css
<style>
a { background-color: #EBC1B5; }
a { background-color: rgb(235,193,181); }
div.DivClassName
{
background-color: #EBC1B5;
}
.BgClassName
{
background-color: #EBC1B5;
}
</style>
border-color css
<style>
span { border-color: #EBC1B5; }
span { border-color: rgb(235,193,181); }
td.TdClassName
{
border-color: #EBC1B5;
}
.TagClassName
{
border-color: #EBC1B5;
}
</style>