Shades of Zinnwaldite #EDC2B4
Tints of Zinnwaldite #EDC2B4
RGB
CMYK
RGB Variations
Color information
#EDC2B4 (or 0xEDC2B4) is known color: Zinnwaldite. HEX triplet: ED, C2 and B4. RGB value is (237,194,180). Sum of RGB (Red+Green+Blue) = 237+194+180=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 180 (70.70% from 255 or 29.46% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC2B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC2B4 is #123D4B. Grayscale: #CDCDCD. Windows color (decimal): -1195340 or 11846381. OLE color: 11846381.
HSL color Cylindrical-coordinate representation of color #EDC2B4: hue angle of 14.74º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDC2B4 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 180 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.07 |
| HSL | 14.74º | 0.61% | 0.82% | - |
| HSV(B) | 14.74º | 0.24% | 0.93% | - |
| XYZ | 62.46 | 59.88 | 51.45 | - |
| YUV | 205.26 | 113.75 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 180 | 0 | 0.18 | 0.24 | 0.07 | 14.74 | 0.61 | 0.82 |
| Hex | ED | C2 | B4 | 0 | 12 | 18 | 7 | F | 3D | 52 |
| Octal | 355 | 302 | 264 | 0 | 22 | 30 | 7 | 17 | 75 | 122 |
| Binary | 11101101 | 11000010 | 10110100 | 0 | 10010 | 11000 | 111 | 1111 | 111101 | 1010010 |
Color Harmonies of #EDC2B4
Complementary color
Monochromatic Colors of #EDC2B4
Black with #EDC2B4
Text Example
Text Example
White with #EDC2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC2B4; }
p { color: rgb(237,194,180); }
H1.HeaderClassName
{
color: #EDC2B4;
}
.AnyTagClassName
{
color: #EDC2B4;
}
</style>
background-color css
<style>
a { background-color: #EDC2B4; }
a { background-color: rgb(237,194,180); }
div.DivClassName
{
background-color: #EDC2B4;
}
.BgClassName
{
background-color: #EDC2B4;
}
</style>
border-color css
<style>
span { border-color: #EDC2B4; }
span { border-color: rgb(237,194,180); }
td.TdClassName
{
border-color: #EDC2B4;
}
.TagClassName
{
border-color: #EDC2B4;
}
</style>