Shades of Zinnwaldite #EEC0A5
Tints of Zinnwaldite #EEC0A5
RGB
CMYK
RGB Variations
Color information
#EEC0A5 (or 0xEEC0A5) is known color: Zinnwaldite. HEX triplet: EE, C0 and A5. RGB value is (238,192,165). Sum of RGB (Red+Green+Blue) = 238+192+165=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 192 (75.39% from 255 or 32.27% from 595); Blue value is 165 (64.84% from 255 or 27.73% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC0A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC0A5 is #113F5A. Grayscale: #CACACA. Windows color (decimal): -1130331 or 10862830. OLE color: 10862830.
HSL color Cylindrical-coordinate representation of color #EEC0A5: hue angle of 22.19º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEC0A5 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 165 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.07 |
| HSL | 22.19º | 0.68% | 0.79% | - |
| HSV(B) | 22.19º | 0.31% | 0.93% | - |
| XYZ | 60.9 | 58.59 | 43.7 | - |
| YUV | 202.68 | 106.74 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 165 | 0 | 0.19 | 0.31 | 0.07 | 22.19 | 0.68 | 0.79 |
| Hex | EE | C0 | A5 | 0 | 13 | 1F | 7 | 16 | 44 | 4F |
| Octal | 356 | 300 | 245 | 0 | 23 | 37 | 7 | 26 | 104 | 117 |
| Binary | 11101110 | 11000000 | 10100101 | 0 | 10011 | 11111 | 111 | 10110 | 1000100 | 1001111 |
Color Harmonies of #EEC0A5
Complementary color
Monochromatic Colors of #EEC0A5
Black with #EEC0A5
Text Example
Text Example
White with #EEC0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC0A5; }
p { color: rgb(238,192,165); }
H1.HeaderClassName
{
color: #EEC0A5;
}
.AnyTagClassName
{
color: #EEC0A5;
}
</style>
background-color css
<style>
a { background-color: #EEC0A5; }
a { background-color: rgb(238,192,165); }
div.DivClassName
{
background-color: #EEC0A5;
}
.BgClassName
{
background-color: #EEC0A5;
}
</style>
border-color css
<style>
span { border-color: #EEC0A5; }
span { border-color: rgb(238,192,165); }
td.TdClassName
{
border-color: #EEC0A5;
}
.TagClassName
{
border-color: #EEC0A5;
}
</style>