Shades of Zinnwaldite #EDBEA5
Tints of Zinnwaldite #EDBEA5
RGB
CMYK
RGB Variations
Color information
#EDBEA5 (or 0xEDBEA5) is known color: Zinnwaldite. HEX triplet: ED, BE and A5. RGB value is (237,190,165). Sum of RGB (Red+Green+Blue) = 237+190+165=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 165 (64.84% from 255 or 27.87% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBEA5 is #12415A. Grayscale: #C9C9C9. Windows color (decimal): -1196379 or 10862317. OLE color: 10862317.
HSL color Cylindrical-coordinate representation of color #EDBEA5: hue angle of 20.83º 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 #EDBEA5 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 190 | 165 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.07 |
| HSL | 20.83º | 0.67% | 0.79% | - |
| HSV(B) | 20.83º | 0.3% | 0.93% | - |
| XYZ | 60.13 | 57.55 | 43.54 | - |
| YUV | 201.2 | 107.57 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 190 | 165 | 0 | 0.20 | 0.30 | 0.07 | 20.83 | 0.67 | 0.79 |
| Hex | ED | BE | A5 | 0 | 14 | 1E | 7 | 15 | 43 | 4F |
| Octal | 355 | 276 | 245 | 0 | 24 | 36 | 7 | 25 | 103 | 117 |
| Binary | 11101101 | 10111110 | 10100101 | 0 | 10100 | 11110 | 111 | 10101 | 1000011 | 1001111 |
Color Harmonies of #EDBEA5
Complementary color
Monochromatic Colors of #EDBEA5
Black with #EDBEA5
Text Example
Text Example
White with #EDBEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBEA5; }
p { color: rgb(237,190,165); }
H1.HeaderClassName
{
color: #EDBEA5;
}
.AnyTagClassName
{
color: #EDBEA5;
}
</style>
background-color css
<style>
a { background-color: #EDBEA5; }
a { background-color: rgb(237,190,165); }
div.DivClassName
{
background-color: #EDBEA5;
}
.BgClassName
{
background-color: #EDBEA5;
}
</style>
border-color css
<style>
span { border-color: #EDBEA5; }
span { border-color: rgb(237,190,165); }
td.TdClassName
{
border-color: #EDBEA5;
}
.TagClassName
{
border-color: #EDBEA5;
}
</style>