Shades of Zinnwaldite #EDBDA8
Tints of Zinnwaldite #EDBDA8
RGB
CMYK
RGB Variations
Color information
#EDBDA8 (or 0xEDBDA8) is known color: Zinnwaldite. HEX triplet: ED, BD and A8. RGB value is (237,189,168). Sum of RGB (Red+Green+Blue) = 237+189+168=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 168 (66.02% from 255 or 28.28% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBDA8 is #124257. Grayscale: #C9C9C9. Windows color (decimal): -1196632 or 11058669. OLE color: 11058669.
HSL color Cylindrical-coordinate representation of color #EDBDA8: hue angle of 18.26º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDBDA8 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 189 | 168 | - |
CMYK | 0 | 0.20 | 0.29 | 0.07 |
HSL | 18.26º | 0.66% | 0.79% | - |
HSV(B) | 18.26º | 0.29% | 0.93% | - |
XYZ | 60.19 | 57.23 | 44.92 | - |
YUV | 200.96 | 109.4 | 153.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 189 | 168 | 0 | 0.20 | 0.29 | 0.07 | 18.26 | 0.66 | 0.79 |
Hex | ED | BD | A8 | 0 | 14 | 1D | 7 | 12 | 42 | 4F |
Octal | 355 | 275 | 250 | 0 | 24 | 35 | 7 | 22 | 102 | 117 |
Binary | 11101101 | 10111101 | 10101000 | 0 | 10100 | 11101 | 111 | 10010 | 1000010 | 1001111 |
Color Harmonies of #EDBDA8
Complementary color
Monochromatic Colors of #EDBDA8
Black with #EDBDA8
Text Example
Text Example
White with #EDBDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBDA8; }
p { color: rgb(237,189,168); }
H1.HeaderClassName
{
color: #EDBDA8;
}
.AnyTagClassName
{
color: #EDBDA8;
}
</style>
background-color css
<style>
a { background-color: #EDBDA8; }
a { background-color: rgb(237,189,168); }
div.DivClassName
{
background-color: #EDBDA8;
}
.BgClassName
{
background-color: #EDBDA8;
}
</style>
border-color css
<style>
span { border-color: #EDBDA8; }
span { border-color: rgb(237,189,168); }
td.TdClassName
{
border-color: #EDBDA8;
}
.TagClassName
{
border-color: #EDBDA8;
}
</style>