Shades of Zinnwaldite #EEC5B5
Tints of Zinnwaldite #EEC5B5
RGB
CMYK
RGB Variations
Color information
#EEC5B5 (or 0xEEC5B5) is known color: Zinnwaldite. HEX triplet: EE, C5 and B5. RGB value is (238,197,181). Sum of RGB (Red+Green+Blue) = 238+197+181=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 197 (77.34% from 255 or 31.98% from 616); Blue value is 181 (71.09% from 255 or 29.38% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC5B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC5B5 is #113A4A. Grayscale: #CFCFCF. Windows color (decimal): -1129035 or 11912686. OLE color: 11912686.
HSL color Cylindrical-coordinate representation of color #EEC5B5: hue angle of 16.84º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEC5B5 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 181 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.07 |
| HSL | 16.84º | 0.63% | 0.82% | - |
| HSV(B) | 16.84º | 0.24% | 0.93% | - |
| XYZ | 63.57 | 61.45 | 52.23 | - |
| YUV | 207.44 | 113.08 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 181 | 0 | 0.17 | 0.24 | 0.07 | 16.84 | 0.63 | 0.82 |
| Hex | EE | C5 | B5 | 0 | 11 | 18 | 7 | 11 | 3F | 52 |
| Octal | 356 | 305 | 265 | 0 | 21 | 30 | 7 | 21 | 77 | 122 |
| Binary | 11101110 | 11000101 | 10110101 | 0 | 10001 | 11000 | 111 | 10001 | 111111 | 1010010 |
Color Harmonies of #EEC5B5
Complementary color
Monochromatic Colors of #EEC5B5
Black with #EEC5B5
Text Example
Text Example
White with #EEC5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC5B5; }
p { color: rgb(238,197,181); }
H1.HeaderClassName
{
color: #EEC5B5;
}
.AnyTagClassName
{
color: #EEC5B5;
}
</style>
background-color css
<style>
a { background-color: #EEC5B5; }
a { background-color: rgb(238,197,181); }
div.DivClassName
{
background-color: #EEC5B5;
}
.BgClassName
{
background-color: #EEC5B5;
}
</style>
border-color css
<style>
span { border-color: #EEC5B5; }
span { border-color: rgb(238,197,181); }
td.TdClassName
{
border-color: #EEC5B5;
}
.TagClassName
{
border-color: #EEC5B5;
}
</style>