Shades of Zinnwaldite #EDBDA5
Tints of Zinnwaldite #EDBDA5
RGB
CMYK
RGB Variations
Color information
#EDBDA5 (or 0xEDBDA5) is known color: Zinnwaldite. HEX triplet: ED, BD and A5. RGB value is (237,189,165). Sum of RGB (Red+Green+Blue) = 237+189+165=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 165 (64.84% from 255 or 27.92% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBDA5 is #12425A. Grayscale: #C8C8C8. Windows color (decimal): -1196635 or 10862061. OLE color: 10862061.
HSL color Cylindrical-coordinate representation of color #EDBDA5: hue angle of 20º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDBDA5 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 189 | 165 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.07 |
| HSL | 20º | 0.67% | 0.79% | - |
| HSV(B) | 20º | 0.3% | 0.93% | - |
| XYZ | 59.91 | 57.12 | 43.46 | - |
| YUV | 200.62 | 107.9 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 189 | 165 | 0 | 0.20 | 0.30 | 0.07 | 20 | 0.67 | 0.79 |
| Hex | ED | BD | A5 | 0 | 14 | 1E | 7 | 14 | 43 | 4F |
| Octal | 355 | 275 | 245 | 0 | 24 | 36 | 7 | 24 | 103 | 117 |
| Binary | 11101101 | 10111101 | 10100101 | 0 | 10100 | 11110 | 111 | 10100 | 1000011 | 1001111 |
Color Harmonies of #EDBDA5
Complementary color
Monochromatic Colors of #EDBDA5
Black with #EDBDA5
Text Example
Text Example
White with #EDBDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBDA5; }
p { color: rgb(237,189,165); }
H1.HeaderClassName
{
color: #EDBDA5;
}
.AnyTagClassName
{
color: #EDBDA5;
}
</style>
background-color css
<style>
a { background-color: #EDBDA5; }
a { background-color: rgb(237,189,165); }
div.DivClassName
{
background-color: #EDBDA5;
}
.BgClassName
{
background-color: #EDBDA5;
}
</style>
border-color css
<style>
span { border-color: #EDBDA5; }
span { border-color: rgb(237,189,165); }
td.TdClassName
{
border-color: #EDBDA5;
}
.TagClassName
{
border-color: #EDBDA5;
}
</style>