Shades of Zinnwaldite #EDBAA8
Tints of Zinnwaldite #EDBAA8
RGB
CMYK
RGB Variations
Color information
#EDBAA8 (or 0xEDBAA8) is known color: Zinnwaldite. HEX triplet: ED, BA and A8. RGB value is (237,186,168). Sum of RGB (Red+Green+Blue) = 237+186+168=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 168 (66.02% from 255 or 28.43% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBAA8 is #124557. Grayscale: #C7C7C7. Windows color (decimal): -1197400 or 11057901. OLE color: 11057901.
HSL color Cylindrical-coordinate representation of color #EDBAA8: hue angle of 15.65º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDBAA8 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 168 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.07 |
| HSL | 15.65º | 0.66% | 0.79% | - |
| HSV(B) | 15.65º | 0.29% | 0.93% | - |
| XYZ | 59.55 | 55.95 | 44.71 | - |
| YUV | 199.2 | 110.4 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 168 | 0 | 0.22 | 0.29 | 0.07 | 15.65 | 0.66 | 0.79 |
| Hex | ED | BA | A8 | 0 | 16 | 1D | 7 | 10 | 42 | 4F |
| Octal | 355 | 272 | 250 | 0 | 26 | 35 | 7 | 20 | 102 | 117 |
| Binary | 11101101 | 10111010 | 10101000 | 0 | 10110 | 11101 | 111 | 10000 | 1000010 | 1001111 |
Color Harmonies of #EDBAA8
Complementary color
Monochromatic Colors of #EDBAA8
Black with #EDBAA8
Text Example
Text Example
White with #EDBAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBAA8; }
p { color: rgb(237,186,168); }
H1.HeaderClassName
{
color: #EDBAA8;
}
.AnyTagClassName
{
color: #EDBAA8;
}
</style>
background-color css
<style>
a { background-color: #EDBAA8; }
a { background-color: rgb(237,186,168); }
div.DivClassName
{
background-color: #EDBAA8;
}
.BgClassName
{
background-color: #EDBAA8;
}
</style>
border-color css
<style>
span { border-color: #EDBAA8; }
span { border-color: rgb(237,186,168); }
td.TdClassName
{
border-color: #EDBAA8;
}
.TagClassName
{
border-color: #EDBAA8;
}
</style>