Shades of Zinnwaldite #EEBEAD
Tints of Zinnwaldite #EEBEAD
RGB
CMYK
RGB Variations
Color information
#EEBEAD (or 0xEEBEAD) is known color: Zinnwaldite. HEX triplet: EE, BE and AD. RGB value is (238,190,173). Sum of RGB (Red+Green+Blue) = 238+190+173=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBEAD is #114152. Grayscale: #CACACA. Windows color (decimal): -1130835 or 11386606. OLE color: 11386606.
HSL color Cylindrical-coordinate representation of color #EEBEAD: hue angle of 15.69º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEBEAD is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 173 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.07 |
| HSL | 15.69º | 0.66% | 0.81% | - |
| HSV(B) | 15.69º | 0.27% | 0.93% | - |
| XYZ | 61.22 | 58.02 | 47.51 | - |
| YUV | 202.41 | 111.4 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 173 | 0 | 0.20 | 0.27 | 0.07 | 15.69 | 0.66 | 0.81 |
| Hex | EE | BE | AD | 0 | 14 | 1B | 7 | 10 | 42 | 51 |
| Octal | 356 | 276 | 255 | 0 | 24 | 33 | 7 | 20 | 102 | 121 |
| Binary | 11101110 | 10111110 | 10101101 | 0 | 10100 | 11011 | 111 | 10000 | 1000010 | 1010001 |
Color Harmonies of #EEBEAD
Complementary color
Monochromatic Colors of #EEBEAD
Black with #EEBEAD
Text Example
Text Example
White with #EEBEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBEAD; }
p { color: rgb(238,190,173); }
H1.HeaderClassName
{
color: #EEBEAD;
}
.AnyTagClassName
{
color: #EEBEAD;
}
</style>
background-color css
<style>
a { background-color: #EEBEAD; }
a { background-color: rgb(238,190,173); }
div.DivClassName
{
background-color: #EEBEAD;
}
.BgClassName
{
background-color: #EEBEAD;
}
</style>
border-color css
<style>
span { border-color: #EEBEAD; }
span { border-color: rgb(238,190,173); }
td.TdClassName
{
border-color: #EEBEAD;
}
.TagClassName
{
border-color: #EEBEAD;
}
</style>