Shades of Zinnwaldite #EDC4AF
Tints of Zinnwaldite #EDC4AF
RGB
CMYK
RGB Variations
Color information
#EDC4AF (or 0xEDC4AF) is known color: Zinnwaldite. HEX triplet: ED, C4 and AF. RGB value is (237,196,175). Sum of RGB (Red+Green+Blue) = 237+196+175=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 196 (76.95% from 255 or 32.24% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC4AF is #123B50. Grayscale: #CDCDCD. Windows color (decimal): -1194833 or 11519213. OLE color: 11519213.
HSL color Cylindrical-coordinate representation of color #EDC4AF: hue angle of 20.32º 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 #EDC4AF is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 175 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.07 |
| HSL | 20.32º | 0.63% | 0.81% | - |
| HSV(B) | 20.32º | 0.26% | 0.93% | - |
| XYZ | 62.4 | 60.58 | 48.96 | - |
| YUV | 205.87 | 110.58 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 175 | 0 | 0.17 | 0.26 | 0.07 | 20.32 | 0.63 | 0.81 |
| Hex | ED | C4 | AF | 0 | 11 | 1A | 7 | 14 | 3F | 51 |
| Octal | 355 | 304 | 257 | 0 | 21 | 32 | 7 | 24 | 77 | 121 |
| Binary | 11101101 | 11000100 | 10101111 | 0 | 10001 | 11010 | 111 | 10100 | 111111 | 1010001 |
Color Harmonies of #EDC4AF
Complementary color
Monochromatic Colors of #EDC4AF
Black with #EDC4AF
Text Example
Text Example
White with #EDC4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC4AF; }
p { color: rgb(237,196,175); }
H1.HeaderClassName
{
color: #EDC4AF;
}
.AnyTagClassName
{
color: #EDC4AF;
}
</style>
background-color css
<style>
a { background-color: #EDC4AF; }
a { background-color: rgb(237,196,175); }
div.DivClassName
{
background-color: #EDC4AF;
}
.BgClassName
{
background-color: #EDC4AF;
}
</style>
border-color css
<style>
span { border-color: #EDC4AF; }
span { border-color: rgb(237,196,175); }
td.TdClassName
{
border-color: #EDC4AF;
}
.TagClassName
{
border-color: #EDC4AF;
}
</style>