Shades of Zinnwaldite #EBC7B5
Tints of Zinnwaldite #EBC7B5
RGB
CMYK
RGB Variations
Color information
#EBC7B5 (or 0xEBC7B5) is known color: Zinnwaldite. HEX triplet: EB, C7 and B5. RGB value is (235,199,181). Sum of RGB (Red+Green+Blue) = 235+199+181=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 199 (78.12% from 255 or 32.36% from 615); Blue value is 181 (71.09% from 255 or 29.43% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7B5 is #14384A. Grayscale: #CFCFCF. Windows color (decimal): -1325131 or 11913195. OLE color: 11913195.
HSL color Cylindrical-coordinate representation of color #EBC7B5: hue angle of 20º 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 #EBC7B5 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 199 | 181 | - |
CMYK | 0 | 0.15 | 0.23 | 0.08 |
HSL | 20º | 0.57% | 0.82% | - |
HSV(B) | 20º | 0.23% | 0.92% | - |
XYZ | 63.02 | 61.85 | 52.33 | - |
YUV | 207.71 | 112.93 | 147.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 199 | 181 | 0 | 0.15 | 0.23 | 0.08 | 20 | 0.57 | 0.82 |
Hex | EB | C7 | B5 | 0 | F | 17 | 8 | 14 | 39 | 52 |
Octal | 353 | 307 | 265 | 0 | 17 | 27 | 10 | 24 | 71 | 122 |
Binary | 11101011 | 11000111 | 10110101 | 0 | 1111 | 10111 | 1000 | 10100 | 111001 | 1010010 |
Color Harmonies of #EBC7B5
Complementary color
Monochromatic Colors of #EBC7B5
Black with #EBC7B5
Text Example
Text Example
White with #EBC7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC7B5; }
p { color: rgb(235,199,181); }
H1.HeaderClassName
{
color: #EBC7B5;
}
.AnyTagClassName
{
color: #EBC7B5;
}
</style>
background-color css
<style>
a { background-color: #EBC7B5; }
a { background-color: rgb(235,199,181); }
div.DivClassName
{
background-color: #EBC7B5;
}
.BgClassName
{
background-color: #EBC7B5;
}
</style>
border-color css
<style>
span { border-color: #EBC7B5; }
span { border-color: rgb(235,199,181); }
td.TdClassName
{
border-color: #EBC7B5;
}
.TagClassName
{
border-color: #EBC7B5;
}
</style>