Shades of Zinnwaldite #EDBBA7
Tints of Zinnwaldite #EDBBA7
RGB
CMYK
RGB Variations
Color information
#EDBBA7 (or 0xEDBBA7) is known color: Zinnwaldite. HEX triplet: ED, BB and A7. RGB value is (237,187,167). Sum of RGB (Red+Green+Blue) = 237+187+167=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 167 (65.62% from 255 or 28.26% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBBA7 is #124458. Grayscale: #C7C7C7. Windows color (decimal): -1197145 or 10992621. OLE color: 10992621.
HSL color Cylindrical-coordinate representation of color #EDBBA7: hue angle of 17.14º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDBBA7 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 167 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.07 |
| HSL | 17.14º | 0.66% | 0.79% | - |
| HSV(B) | 17.14º | 0.3% | 0.93% | - |
| XYZ | 59.67 | 56.34 | 44.29 | - |
| YUV | 199.67 | 109.57 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 167 | 0 | 0.21 | 0.30 | 0.07 | 17.14 | 0.66 | 0.79 |
| Hex | ED | BB | A7 | 0 | 15 | 1E | 7 | 11 | 42 | 4F |
| Octal | 355 | 273 | 247 | 0 | 25 | 36 | 7 | 21 | 102 | 117 |
| Binary | 11101101 | 10111011 | 10100111 | 0 | 10101 | 11110 | 111 | 10001 | 1000010 | 1001111 |
Color Harmonies of #EDBBA7
Complementary color
Monochromatic Colors of #EDBBA7
Black with #EDBBA7
Text Example
Text Example
White with #EDBBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBBA7; }
p { color: rgb(237,187,167); }
H1.HeaderClassName
{
color: #EDBBA7;
}
.AnyTagClassName
{
color: #EDBBA7;
}
</style>
background-color css
<style>
a { background-color: #EDBBA7; }
a { background-color: rgb(237,187,167); }
div.DivClassName
{
background-color: #EDBBA7;
}
.BgClassName
{
background-color: #EDBBA7;
}
</style>
border-color css
<style>
span { border-color: #EDBBA7; }
span { border-color: rgb(237,187,167); }
td.TdClassName
{
border-color: #EDBBA7;
}
.TagClassName
{
border-color: #EDBBA7;
}
</style>