Shades of Zinnwaldite #EDBCAB
Tints of Zinnwaldite #EDBCAB
RGB
CMYK
RGB Variations
Color information
#EDBCAB (or 0xEDBCAB) is known color: Zinnwaldite. HEX triplet: ED, BC and AB. RGB value is (237,188,171). Sum of RGB (Red+Green+Blue) = 237+188+171=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBCAB is #124354. Grayscale: #C8C8C8. Windows color (decimal): -1196885 or 11255021. OLE color: 11255021.
HSL color Cylindrical-coordinate representation of color #EDBCAB: hue angle of 15.45º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDBCAB is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 171 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.07 |
| HSL | 15.45º | 0.65% | 0.8% | - |
| HSV(B) | 15.45º | 0.28% | 0.93% | - |
| XYZ | 60.26 | 56.91 | 46.34 | - |
| YUV | 200.71 | 111.23 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 171 | 0 | 0.21 | 0.28 | 0.07 | 15.45 | 0.65 | 0.8 |
| Hex | ED | BC | AB | 0 | 15 | 1C | 7 | F | 41 | 50 |
| Octal | 355 | 274 | 253 | 0 | 25 | 34 | 7 | 17 | 101 | 120 |
| Binary | 11101101 | 10111100 | 10101011 | 0 | 10101 | 11100 | 111 | 1111 | 1000001 | 1010000 |
Color Harmonies of #EDBCAB
Complementary color
Monochromatic Colors of #EDBCAB
Black with #EDBCAB
Text Example
Text Example
White with #EDBCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCAB; }
p { color: rgb(237,188,171); }
H1.HeaderClassName
{
color: #EDBCAB;
}
.AnyTagClassName
{
color: #EDBCAB;
}
</style>
background-color css
<style>
a { background-color: #EDBCAB; }
a { background-color: rgb(237,188,171); }
div.DivClassName
{
background-color: #EDBCAB;
}
.BgClassName
{
background-color: #EDBCAB;
}
</style>
border-color css
<style>
span { border-color: #EDBCAB; }
span { border-color: rgb(237,188,171); }
td.TdClassName
{
border-color: #EDBCAB;
}
.TagClassName
{
border-color: #EDBCAB;
}
</style>