Shades of Zinnwaldite #EEBCAB
Tints of Zinnwaldite #EEBCAB
RGB
CMYK
RGB Variations
Color information
#EEBCAB (or 0xEEBCAB) is known color: Zinnwaldite. HEX triplet: EE, BC and AB. RGB value is (238,188,171). Sum of RGB (Red+Green+Blue) = 238+188+171=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBCAB is #114354. Grayscale: #C9C9C9. Windows color (decimal): -1131349 or 11255022. OLE color: 11255022.
HSL color Cylindrical-coordinate representation of color #EEBCAB: hue angle of 15.22º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEBCAB is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 171 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.07 |
| HSL | 15.22º | 0.66% | 0.8% | - |
| HSV(B) | 15.22º | 0.28% | 0.93% | - |
| XYZ | 60.59 | 57.08 | 46.35 | - |
| YUV | 201.01 | 111.07 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 171 | 0 | 0.21 | 0.28 | 0.07 | 15.22 | 0.66 | 0.8 |
| Hex | EE | BC | AB | 0 | 15 | 1C | 7 | F | 42 | 50 |
| Octal | 356 | 274 | 253 | 0 | 25 | 34 | 7 | 17 | 102 | 120 |
| Binary | 11101110 | 10111100 | 10101011 | 0 | 10101 | 11100 | 111 | 1111 | 1000010 | 1010000 |
Color Harmonies of #EEBCAB
Complementary color
Monochromatic Colors of #EEBCAB
Black with #EEBCAB
Text Example
Text Example
White with #EEBCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBCAB; }
p { color: rgb(238,188,171); }
H1.HeaderClassName
{
color: #EEBCAB;
}
.AnyTagClassName
{
color: #EEBCAB;
}
</style>
background-color css
<style>
a { background-color: #EEBCAB; }
a { background-color: rgb(238,188,171); }
div.DivClassName
{
background-color: #EEBCAB;
}
.BgClassName
{
background-color: #EEBCAB;
}
</style>
border-color css
<style>
span { border-color: #EEBCAB; }
span { border-color: rgb(238,188,171); }
td.TdClassName
{
border-color: #EEBCAB;
}
.TagClassName
{
border-color: #EEBCAB;
}
</style>