Shades of Zinnwaldite #EDC0B1
Tints of Zinnwaldite #EDC0B1
RGB
CMYK
RGB Variations
Color information
#EDC0B1 (or 0xEDC0B1) is known color: Zinnwaldite. HEX triplet: ED, C0 and B1. RGB value is (237,192,177). Sum of RGB (Red+Green+Blue) = 237+192+177=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 192 (75.39% from 255 or 31.68% from 606); Blue value is 177 (69.53% from 255 or 29.21% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC0B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC0B1 is #123F4E. Grayscale: #CBCBCB. Windows color (decimal): -1195855 or 11649261. OLE color: 11649261.
HSL color Cylindrical-coordinate representation of color #EDC0B1: hue angle of 15º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDC0B1 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 177 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.07 |
| HSL | 15º | 0.63% | 0.81% | - |
| HSV(B) | 15º | 0.25% | 0.93% | - |
| XYZ | 61.71 | 58.88 | 49.71 | - |
| YUV | 203.75 | 112.91 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 177 | 0 | 0.19 | 0.25 | 0.07 | 15 | 0.63 | 0.81 |
| Hex | ED | C0 | B1 | 0 | 13 | 19 | 7 | F | 3E | 51 |
| Octal | 355 | 300 | 261 | 0 | 23 | 31 | 7 | 17 | 76 | 121 |
| Binary | 11101101 | 11000000 | 10110001 | 0 | 10011 | 11001 | 111 | 1111 | 111110 | 1010001 |
Color Harmonies of #EDC0B1
Complementary color
Monochromatic Colors of #EDC0B1
Black with #EDC0B1
Text Example
Text Example
White with #EDC0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC0B1; }
p { color: rgb(237,192,177); }
H1.HeaderClassName
{
color: #EDC0B1;
}
.AnyTagClassName
{
color: #EDC0B1;
}
</style>
background-color css
<style>
a { background-color: #EDC0B1; }
a { background-color: rgb(237,192,177); }
div.DivClassName
{
background-color: #EDC0B1;
}
.BgClassName
{
background-color: #EDC0B1;
}
</style>
border-color css
<style>
span { border-color: #EDC0B1; }
span { border-color: rgb(237,192,177); }
td.TdClassName
{
border-color: #EDC0B1;
}
.TagClassName
{
border-color: #EDC0B1;
}
</style>