Shades of Zinnwaldite #EDC2AF
Tints of Zinnwaldite #EDC2AF
RGB
CMYK
RGB Variations
Color information
#EDC2AF (or 0xEDC2AF) is known color: Zinnwaldite. HEX triplet: ED, C2 and AF. RGB value is (237,194,175). Sum of RGB (Red+Green+Blue) = 237+194+175=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 194 (76.17% from 255 or 32.01% from 606); Blue value is 175 (68.75% from 255 or 28.88% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC2AF is #123D50. Grayscale: #CCCCCC. Windows color (decimal): -1195345 or 11518701. OLE color: 11518701.
HSL color Cylindrical-coordinate representation of color #EDC2AF: hue angle of 18.39º 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 #EDC2AF is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 175 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.07 |
| HSL | 18.39º | 0.63% | 0.81% | - |
| HSV(B) | 18.39º | 0.26% | 0.93% | - |
| XYZ | 61.95 | 59.68 | 48.81 | - |
| YUV | 204.69 | 111.25 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 175 | 0 | 0.18 | 0.26 | 0.07 | 18.39 | 0.63 | 0.81 |
| Hex | ED | C2 | AF | 0 | 12 | 1A | 7 | 12 | 3F | 51 |
| Octal | 355 | 302 | 257 | 0 | 22 | 32 | 7 | 22 | 77 | 121 |
| Binary | 11101101 | 11000010 | 10101111 | 0 | 10010 | 11010 | 111 | 10010 | 111111 | 1010001 |
Color Harmonies of #EDC2AF
Complementary color
Monochromatic Colors of #EDC2AF
Black with #EDC2AF
Text Example
Text Example
White with #EDC2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC2AF; }
p { color: rgb(237,194,175); }
H1.HeaderClassName
{
color: #EDC2AF;
}
.AnyTagClassName
{
color: #EDC2AF;
}
</style>
background-color css
<style>
a { background-color: #EDC2AF; }
a { background-color: rgb(237,194,175); }
div.DivClassName
{
background-color: #EDC2AF;
}
.BgClassName
{
background-color: #EDC2AF;
}
</style>
border-color css
<style>
span { border-color: #EDC2AF; }
span { border-color: rgb(237,194,175); }
td.TdClassName
{
border-color: #EDC2AF;
}
.TagClassName
{
border-color: #EDC2AF;
}
</style>