Shades of Zinnwaldite #EDC8B5
Tints of Zinnwaldite #EDC8B5
RGB
CMYK
RGB Variations
Color information
#EDC8B5 (or 0xEDC8B5) is known color: Zinnwaldite. HEX triplet: ED, C8 and B5. RGB value is (237,200,181). Sum of RGB (Red+Green+Blue) = 237+200+181=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 200 (78.52% from 255 or 32.36% from 618); Blue value is 181 (71.09% from 255 or 29.29% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC8B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC8B5 is #12374A. Grayscale: #D1D1D1. Windows color (decimal): -1193803 or 11913453. OLE color: 11913453.
HSL color Cylindrical-coordinate representation of color #EDC8B5: hue angle of 20.36º 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 #EDC8B5 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 181 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.07 |
| HSL | 20.36º | 0.61% | 0.82% | - |
| HSV(B) | 20.36º | 0.24% | 0.93% | - |
| XYZ | 63.92 | 62.65 | 52.44 | - |
| YUV | 208.9 | 112.26 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 181 | 0 | 0.16 | 0.24 | 0.07 | 20.36 | 0.61 | 0.82 |
| Hex | ED | C8 | B5 | 0 | 10 | 18 | 7 | 14 | 3D | 52 |
| Octal | 355 | 310 | 265 | 0 | 20 | 30 | 7 | 24 | 75 | 122 |
| Binary | 11101101 | 11001000 | 10110101 | 0 | 10000 | 11000 | 111 | 10100 | 111101 | 1010010 |
Color Harmonies of #EDC8B5
Complementary color
Monochromatic Colors of #EDC8B5
Black with #EDC8B5
Text Example
Text Example
White with #EDC8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC8B5; }
p { color: rgb(237,200,181); }
H1.HeaderClassName
{
color: #EDC8B5;
}
.AnyTagClassName
{
color: #EDC8B5;
}
</style>
background-color css
<style>
a { background-color: #EDC8B5; }
a { background-color: rgb(237,200,181); }
div.DivClassName
{
background-color: #EDC8B5;
}
.BgClassName
{
background-color: #EDC8B5;
}
</style>
border-color css
<style>
span { border-color: #EDC8B5; }
span { border-color: rgb(237,200,181); }
td.TdClassName
{
border-color: #EDC8B5;
}
.TagClassName
{
border-color: #EDC8B5;
}
</style>