Shades of Zinnwaldite #EEBEB1
Tints of Zinnwaldite #EEBEB1
RGB
CMYK
RGB Variations
Color information
#EEBEB1 (or 0xEEBEB1) is known color: Zinnwaldite. HEX triplet: EE, BE and B1. RGB value is (238,190,177). Sum of RGB (Red+Green+Blue) = 238+190+177=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 177 (69.53% from 255 or 29.26% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBEB1 is #11414E. Grayscale: #CACACA. Windows color (decimal): -1130831 or 11648750. OLE color: 11648750.
HSL color Cylindrical-coordinate representation of color #EEBEB1: hue angle of 12.79º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEBEB1 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 177 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.07 |
| HSL | 12.79º | 0.64% | 0.81% | - |
| HSV(B) | 12.79º | 0.26% | 0.93% | - |
| XYZ | 61.61 | 58.18 | 49.58 | - |
| YUV | 202.87 | 113.4 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 177 | 0 | 0.20 | 0.26 | 0.07 | 12.79 | 0.64 | 0.81 |
| Hex | EE | BE | B1 | 0 | 14 | 1A | 7 | D | 40 | 51 |
| Octal | 356 | 276 | 261 | 0 | 24 | 32 | 7 | 15 | 100 | 121 |
| Binary | 11101110 | 10111110 | 10110001 | 0 | 10100 | 11010 | 111 | 1101 | 1000000 | 1010001 |
Color Harmonies of #EEBEB1
Complementary color
Monochromatic Colors of #EEBEB1
Black with #EEBEB1
Text Example
Text Example
White with #EEBEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBEB1; }
p { color: rgb(238,190,177); }
H1.HeaderClassName
{
color: #EEBEB1;
}
.AnyTagClassName
{
color: #EEBEB1;
}
</style>
background-color css
<style>
a { background-color: #EEBEB1; }
a { background-color: rgb(238,190,177); }
div.DivClassName
{
background-color: #EEBEB1;
}
.BgClassName
{
background-color: #EEBEB1;
}
</style>
border-color css
<style>
span { border-color: #EEBEB1; }
span { border-color: rgb(238,190,177); }
td.TdClassName
{
border-color: #EEBEB1;
}
.TagClassName
{
border-color: #EEBEB1;
}
</style>