Shades of Zinnwaldite #EDC1B3
Tints of Zinnwaldite #EDC1B3
RGB
CMYK
RGB Variations
Color information
#EDC1B3 (or 0xEDC1B3) is known color: Zinnwaldite. HEX triplet: ED, C1 and B3. RGB value is (237,193,179). Sum of RGB (Red+Green+Blue) = 237+193+179=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 179 (70.31% from 255 or 29.39% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC1B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC1B3 is #123E4C. Grayscale: #CCCCCC. Windows color (decimal): -1195597 or 11780589. OLE color: 11780589.
HSL color Cylindrical-coordinate representation of color #EDC1B3: hue angle of 14.48º degrees, saturation: 0.62, 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 #EDC1B3 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 179 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.07 |
| HSL | 14.48º | 0.62% | 0.82% | - |
| HSV(B) | 14.48º | 0.24% | 0.93% | - |
| XYZ | 62.13 | 59.4 | 50.84 | - |
| YUV | 204.56 | 113.58 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 179 | 0 | 0.19 | 0.24 | 0.07 | 14.48 | 0.62 | 0.82 |
| Hex | ED | C1 | B3 | 0 | 13 | 18 | 7 | E | 3E | 52 |
| Octal | 355 | 301 | 263 | 0 | 23 | 30 | 7 | 16 | 76 | 122 |
| Binary | 11101101 | 11000001 | 10110011 | 0 | 10011 | 11000 | 111 | 1110 | 111110 | 1010010 |
Color Harmonies of #EDC1B3
Complementary color
Monochromatic Colors of #EDC1B3
Black with #EDC1B3
Text Example
Text Example
White with #EDC1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC1B3; }
p { color: rgb(237,193,179); }
H1.HeaderClassName
{
color: #EDC1B3;
}
.AnyTagClassName
{
color: #EDC1B3;
}
</style>
background-color css
<style>
a { background-color: #EDC1B3; }
a { background-color: rgb(237,193,179); }
div.DivClassName
{
background-color: #EDC1B3;
}
.BgClassName
{
background-color: #EDC1B3;
}
</style>
border-color css
<style>
span { border-color: #EDC1B3; }
span { border-color: rgb(237,193,179); }
td.TdClassName
{
border-color: #EDC1B3;
}
.TagClassName
{
border-color: #EDC1B3;
}
</style>