Shades of Zinnwaldite #EDC1B4
Tints of Zinnwaldite #EDC1B4
RGB
CMYK
RGB Variations
Color information
#EDC1B4 (or 0xEDC1B4) is known color: Zinnwaldite. HEX triplet: ED, C1 and B4. RGB value is (237,193,180). Sum of RGB (Red+Green+Blue) = 237+193+180=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 193 (75.78% from 255 or 31.64% from 610); Blue value is 180 (70.70% from 255 or 29.51% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC1B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC1B4 is #123E4B. Grayscale: #CCCCCC. Windows color (decimal): -1195596 or 11846125. OLE color: 11846125.
HSL color Cylindrical-coordinate representation of color #EDC1B4: hue angle of 13.68º 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 #EDC1B4 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 180 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.07 |
| HSL | 13.68º | 0.61% | 0.82% | - |
| HSV(B) | 13.68º | 0.24% | 0.93% | - |
| XYZ | 62.23 | 59.44 | 51.37 | - |
| YUV | 204.67 | 114.08 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 180 | 0 | 0.19 | 0.24 | 0.07 | 13.68 | 0.61 | 0.82 |
| Hex | ED | C1 | B4 | 0 | 13 | 18 | 7 | E | 3D | 52 |
| Octal | 355 | 301 | 264 | 0 | 23 | 30 | 7 | 16 | 75 | 122 |
| Binary | 11101101 | 11000001 | 10110100 | 0 | 10011 | 11000 | 111 | 1110 | 111101 | 1010010 |
Color Harmonies of #EDC1B4
Complementary color
Monochromatic Colors of #EDC1B4
Black with #EDC1B4
Text Example
Text Example
White with #EDC1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC1B4; }
p { color: rgb(237,193,180); }
H1.HeaderClassName
{
color: #EDC1B4;
}
.AnyTagClassName
{
color: #EDC1B4;
}
</style>
background-color css
<style>
a { background-color: #EDC1B4; }
a { background-color: rgb(237,193,180); }
div.DivClassName
{
background-color: #EDC1B4;
}
.BgClassName
{
background-color: #EDC1B4;
}
</style>
border-color css
<style>
span { border-color: #EDC1B4; }
span { border-color: rgb(237,193,180); }
td.TdClassName
{
border-color: #EDC1B4;
}
.TagClassName
{
border-color: #EDC1B4;
}
</style>