Shades of Zinnwaldite #EDC2B7
Tints of Zinnwaldite #EDC2B7
RGB
CMYK
RGB Variations
Color information
#EDC2B7 (or 0xEDC2B7) is known color: Zinnwaldite. HEX triplet: ED, C2 and B7. RGB value is (237,194,183). Sum of RGB (Red+Green+Blue) = 237+194+183=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 183 (71.88% from 255 or 29.80% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC2B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC2B7 is #123D48. Grayscale: #CDCDCD. Windows color (decimal): -1195337 or 12042989. OLE color: 12042989.
HSL color Cylindrical-coordinate representation of color #EDC2B7: hue angle of 12.22º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDC2B7 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 183 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.07 |
| HSL | 12.22º | 0.6% | 0.82% | - |
| HSV(B) | 12.22º | 0.23% | 0.93% | - |
| XYZ | 62.76 | 60.01 | 53.07 | - |
| YUV | 205.6 | 115.25 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 183 | 0 | 0.18 | 0.23 | 0.07 | 12.22 | 0.6 | 0.82 |
| Hex | ED | C2 | B7 | 0 | 12 | 17 | 7 | C | 3C | 52 |
| Octal | 355 | 302 | 267 | 0 | 22 | 27 | 7 | 14 | 74 | 122 |
| Binary | 11101101 | 11000010 | 10110111 | 0 | 10010 | 10111 | 111 | 1100 | 111100 | 1010010 |
Color Harmonies of #EDC2B7
Complementary color
Monochromatic Colors of #EDC2B7
Black with #EDC2B7
Text Example
Text Example
White with #EDC2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC2B7; }
p { color: rgb(237,194,183); }
H1.HeaderClassName
{
color: #EDC2B7;
}
.AnyTagClassName
{
color: #EDC2B7;
}
</style>
background-color css
<style>
a { background-color: #EDC2B7; }
a { background-color: rgb(237,194,183); }
div.DivClassName
{
background-color: #EDC2B7;
}
.BgClassName
{
background-color: #EDC2B7;
}
</style>
border-color css
<style>
span { border-color: #EDC2B7; }
span { border-color: rgb(237,194,183); }
td.TdClassName
{
border-color: #EDC2B7;
}
.TagClassName
{
border-color: #EDC2B7;
}
</style>