Shades of Zinnwaldite #EDC5B0
Tints of Zinnwaldite #EDC5B0
RGB
CMYK
RGB Variations
Color information
#EDC5B0 (or 0xEDC5B0) is known color: Zinnwaldite. HEX triplet: ED, C5 and B0. RGB value is (237,197,176). Sum of RGB (Red+Green+Blue) = 237+197+176=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 197 (77.34% from 255 or 32.30% from 610); Blue value is 176 (69.14% from 255 or 28.85% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC5B0 is #123A4F. Grayscale: #CECECE. Windows color (decimal): -1194576 or 11585005. OLE color: 11585005.
HSL color Cylindrical-coordinate representation of color #EDC5B0: hue angle of 20.66º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDC5B0 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 176 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.07 |
| HSL | 20.66º | 0.63% | 0.81% | - |
| HSV(B) | 20.66º | 0.26% | 0.93% | - |
| XYZ | 62.73 | 61.07 | 49.56 | - |
| YUV | 206.57 | 110.75 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 176 | 0 | 0.17 | 0.26 | 0.07 | 20.66 | 0.63 | 0.81 |
| Hex | ED | C5 | B0 | 0 | 11 | 1A | 7 | 15 | 3F | 51 |
| Octal | 355 | 305 | 260 | 0 | 21 | 32 | 7 | 25 | 77 | 121 |
| Binary | 11101101 | 11000101 | 10110000 | 0 | 10001 | 11010 | 111 | 10101 | 111111 | 1010001 |
Color Harmonies of #EDC5B0
Complementary color
Monochromatic Colors of #EDC5B0
Black with #EDC5B0
Text Example
Text Example
White with #EDC5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC5B0; }
p { color: rgb(237,197,176); }
H1.HeaderClassName
{
color: #EDC5B0;
}
.AnyTagClassName
{
color: #EDC5B0;
}
</style>
background-color css
<style>
a { background-color: #EDC5B0; }
a { background-color: rgb(237,197,176); }
div.DivClassName
{
background-color: #EDC5B0;
}
.BgClassName
{
background-color: #EDC5B0;
}
</style>
border-color css
<style>
span { border-color: #EDC5B0; }
span { border-color: rgb(237,197,176); }
td.TdClassName
{
border-color: #EDC5B0;
}
.TagClassName
{
border-color: #EDC5B0;
}
</style>