Shades of Zinnwaldite #EDC2B2
Tints of Zinnwaldite #EDC2B2
RGB
CMYK
RGB Variations
Color information
#EDC2B2 (or 0xEDC2B2) is known color: Zinnwaldite. HEX triplet: ED, C2 and B2. RGB value is (237,194,178). Sum of RGB (Red+Green+Blue) = 237+194+178=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 194 (76.17% from 255 or 31.86% from 609); Blue value is 178 (69.92% from 255 or 29.23% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC2B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC2B2 is #123D4D. Grayscale: #CDCDCD. Windows color (decimal): -1195342 or 11715309. OLE color: 11715309.
HSL color Cylindrical-coordinate representation of color #EDC2B2: hue angle of 16.27º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDC2B2 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 178 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.07 |
| HSL | 16.27º | 0.62% | 0.81% | - |
| HSV(B) | 16.27º | 0.25% | 0.93% | - |
| XYZ | 62.25 | 59.8 | 50.38 | - |
| YUV | 205.03 | 112.75 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 178 | 0 | 0.18 | 0.25 | 0.07 | 16.27 | 0.62 | 0.81 |
| Hex | ED | C2 | B2 | 0 | 12 | 19 | 7 | 10 | 3E | 51 |
| Octal | 355 | 302 | 262 | 0 | 22 | 31 | 7 | 20 | 76 | 121 |
| Binary | 11101101 | 11000010 | 10110010 | 0 | 10010 | 11001 | 111 | 10000 | 111110 | 1010001 |
Color Harmonies of #EDC2B2
Complementary color
Monochromatic Colors of #EDC2B2
Black with #EDC2B2
Text Example
Text Example
White with #EDC2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC2B2; }
p { color: rgb(237,194,178); }
H1.HeaderClassName
{
color: #EDC2B2;
}
.AnyTagClassName
{
color: #EDC2B2;
}
</style>
background-color css
<style>
a { background-color: #EDC2B2; }
a { background-color: rgb(237,194,178); }
div.DivClassName
{
background-color: #EDC2B2;
}
.BgClassName
{
background-color: #EDC2B2;
}
</style>
border-color css
<style>
span { border-color: #EDC2B2; }
span { border-color: rgb(237,194,178); }
td.TdClassName
{
border-color: #EDC2B2;
}
.TagClassName
{
border-color: #EDC2B2;
}
</style>