Shades of Zinnwaldite #EDC2AC
Tints of Zinnwaldite #EDC2AC
RGB
CMYK
RGB Variations
Color information
#EDC2AC (or 0xEDC2AC) is known color: Zinnwaldite. HEX triplet: ED, C2 and AC. RGB value is (237,194,172). Sum of RGB (Red+Green+Blue) = 237+194+172=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 194 (76.17% from 255 or 32.17% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC2AC is #123D53. Grayscale: #CCCCCC. Windows color (decimal): -1195348 or 11322093. OLE color: 11322093.
HSL color Cylindrical-coordinate representation of color #EDC2AC: hue angle of 20.31º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDC2AC is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 172 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.07 |
| HSL | 20.31º | 0.64% | 0.8% | - |
| HSV(B) | 20.31º | 0.27% | 0.93% | - |
| XYZ | 61.66 | 59.57 | 47.28 | - |
| YUV | 204.35 | 109.75 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 172 | 0 | 0.18 | 0.27 | 0.07 | 20.31 | 0.64 | 0.8 |
| Hex | ED | C2 | AC | 0 | 12 | 1B | 7 | 14 | 40 | 50 |
| Octal | 355 | 302 | 254 | 0 | 22 | 33 | 7 | 24 | 100 | 120 |
| Binary | 11101101 | 11000010 | 10101100 | 0 | 10010 | 11011 | 111 | 10100 | 1000000 | 1010000 |
Color Harmonies of #EDC2AC
Complementary color
Monochromatic Colors of #EDC2AC
Black with #EDC2AC
Text Example
Text Example
White with #EDC2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC2AC; }
p { color: rgb(237,194,172); }
H1.HeaderClassName
{
color: #EDC2AC;
}
.AnyTagClassName
{
color: #EDC2AC;
}
</style>
background-color css
<style>
a { background-color: #EDC2AC; }
a { background-color: rgb(237,194,172); }
div.DivClassName
{
background-color: #EDC2AC;
}
.BgClassName
{
background-color: #EDC2AC;
}
</style>
border-color css
<style>
span { border-color: #EDC2AC; }
span { border-color: rgb(237,194,172); }
td.TdClassName
{
border-color: #EDC2AC;
}
.TagClassName
{
border-color: #EDC2AC;
}
</style>