Shades of Zinnwaldite #EDC0B4
Tints of Zinnwaldite #EDC0B4
RGB
CMYK
RGB Variations
Color information
#EDC0B4 (or 0xEDC0B4) is known color: Zinnwaldite. HEX triplet: ED, C0 and B4. RGB value is (237,192,180). Sum of RGB (Red+Green+Blue) = 237+192+180=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 180 (70.70% from 255 or 29.56% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC0B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC0B4 is #123F4B. Grayscale: #CCCCCC. Windows color (decimal): -1195852 or 11845869. OLE color: 11845869.
HSL color Cylindrical-coordinate representation of color #EDC0B4: hue angle of 12.63º 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 #EDC0B4 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 180 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.07 |
| HSL | 12.63º | 0.61% | 0.82% | - |
| HSV(B) | 12.63º | 0.24% | 0.93% | - |
| XYZ | 62.01 | 59 | 51.3 | - |
| YUV | 204.09 | 114.41 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 180 | 0 | 0.19 | 0.24 | 0.07 | 12.63 | 0.61 | 0.82 |
| Hex | ED | C0 | B4 | 0 | 13 | 18 | 7 | D | 3D | 52 |
| Octal | 355 | 300 | 264 | 0 | 23 | 30 | 7 | 15 | 75 | 122 |
| Binary | 11101101 | 11000000 | 10110100 | 0 | 10011 | 11000 | 111 | 1101 | 111101 | 1010010 |
Color Harmonies of #EDC0B4
Complementary color
Monochromatic Colors of #EDC0B4
Black with #EDC0B4
Text Example
Text Example
White with #EDC0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC0B4; }
p { color: rgb(237,192,180); }
H1.HeaderClassName
{
color: #EDC0B4;
}
.AnyTagClassName
{
color: #EDC0B4;
}
</style>
background-color css
<style>
a { background-color: #EDC0B4; }
a { background-color: rgb(237,192,180); }
div.DivClassName
{
background-color: #EDC0B4;
}
.BgClassName
{
background-color: #EDC0B4;
}
</style>
border-color css
<style>
span { border-color: #EDC0B4; }
span { border-color: rgb(237,192,180); }
td.TdClassName
{
border-color: #EDC0B4;
}
.TagClassName
{
border-color: #EDC0B4;
}
</style>