Shades of Zinnwaldite #EDC3AF
Tints of Zinnwaldite #EDC3AF
RGB
CMYK
RGB Variations
Color information
#EDC3AF (or 0xEDC3AF) is known color: Zinnwaldite. HEX triplet: ED, C3 and AF. RGB value is (237,195,175). Sum of RGB (Red+Green+Blue) = 237+195+175=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 195 (76.56% from 255 or 32.13% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC3AF is #123C50. Grayscale: #CDCDCD. Windows color (decimal): -1195089 or 11518957. OLE color: 11518957.
HSL color Cylindrical-coordinate representation of color #EDC3AF: hue angle of 19.35º 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 #EDC3AF is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 175 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.07 |
| HSL | 19.35º | 0.63% | 0.81% | - |
| HSV(B) | 19.35º | 0.26% | 0.93% | - |
| XYZ | 62.18 | 60.13 | 48.89 | - |
| YUV | 205.28 | 110.91 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 175 | 0 | 0.18 | 0.26 | 0.07 | 19.35 | 0.63 | 0.81 |
| Hex | ED | C3 | AF | 0 | 12 | 1A | 7 | 13 | 3F | 51 |
| Octal | 355 | 303 | 257 | 0 | 22 | 32 | 7 | 23 | 77 | 121 |
| Binary | 11101101 | 11000011 | 10101111 | 0 | 10010 | 11010 | 111 | 10011 | 111111 | 1010001 |
Color Harmonies of #EDC3AF
Complementary color
Monochromatic Colors of #EDC3AF
Black with #EDC3AF
Text Example
Text Example
White with #EDC3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC3AF; }
p { color: rgb(237,195,175); }
H1.HeaderClassName
{
color: #EDC3AF;
}
.AnyTagClassName
{
color: #EDC3AF;
}
</style>
background-color css
<style>
a { background-color: #EDC3AF; }
a { background-color: rgb(237,195,175); }
div.DivClassName
{
background-color: #EDC3AF;
}
.BgClassName
{
background-color: #EDC3AF;
}
</style>
border-color css
<style>
span { border-color: #EDC3AF; }
span { border-color: rgb(237,195,175); }
td.TdClassName
{
border-color: #EDC3AF;
}
.TagClassName
{
border-color: #EDC3AF;
}
</style>