Shades of Zinnwaldite #EDC5AF
Tints of Zinnwaldite #EDC5AF
RGB
CMYK
RGB Variations
Color information
#EDC5AF (or 0xEDC5AF) is known color: Zinnwaldite. HEX triplet: ED, C5 and AF. RGB value is (237,197,175). Sum of RGB (Red+Green+Blue) = 237+197+175=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC5AF is #123A50. Grayscale: #CECECE. Windows color (decimal): -1194577 or 11519469. OLE color: 11519469.
HSL color Cylindrical-coordinate representation of color #EDC5AF: hue angle of 21.29º 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 #EDC5AF is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 175 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.07 |
| HSL | 21.29º | 0.63% | 0.81% | - |
| HSV(B) | 21.29º | 0.26% | 0.93% | - |
| XYZ | 62.63 | 61.03 | 49.04 | - |
| YUV | 206.45 | 110.25 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 175 | 0 | 0.17 | 0.26 | 0.07 | 21.29 | 0.63 | 0.81 |
| Hex | ED | C5 | AF | 0 | 11 | 1A | 7 | 15 | 3F | 51 |
| Octal | 355 | 305 | 257 | 0 | 21 | 32 | 7 | 25 | 77 | 121 |
| Binary | 11101101 | 11000101 | 10101111 | 0 | 10001 | 11010 | 111 | 10101 | 111111 | 1010001 |
Color Harmonies of #EDC5AF
Complementary color
Monochromatic Colors of #EDC5AF
Black with #EDC5AF
Text Example
Text Example
White with #EDC5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC5AF; }
p { color: rgb(237,197,175); }
H1.HeaderClassName
{
color: #EDC5AF;
}
.AnyTagClassName
{
color: #EDC5AF;
}
</style>
background-color css
<style>
a { background-color: #EDC5AF; }
a { background-color: rgb(237,197,175); }
div.DivClassName
{
background-color: #EDC5AF;
}
.BgClassName
{
background-color: #EDC5AF;
}
</style>
border-color css
<style>
span { border-color: #EDC5AF; }
span { border-color: rgb(237,197,175); }
td.TdClassName
{
border-color: #EDC5AF;
}
.TagClassName
{
border-color: #EDC5AF;
}
</style>