Shades of Zinnwaldite #EEBFAD
Tints of Zinnwaldite #EEBFAD
RGB
CMYK
RGB Variations
Color information
#EEBFAD (or 0xEEBFAD) is known color: Zinnwaldite. HEX triplet: EE, BF and AD. RGB value is (238,191,173). Sum of RGB (Red+Green+Blue) = 238+191+173=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBFAD is #114052. Grayscale: #CBCBCB. Windows color (decimal): -1130579 or 11386862. OLE color: 11386862.
HSL color Cylindrical-coordinate representation of color #EEBFAD: hue angle of 16.62º 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 #EEBFAD is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 173 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.07 |
| HSL | 16.62º | 0.66% | 0.81% | - |
| HSV(B) | 16.62º | 0.27% | 0.93% | - |
| XYZ | 61.43 | 58.46 | 47.58 | - |
| YUV | 203 | 111.07 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 173 | 0 | 0.20 | 0.27 | 0.07 | 16.62 | 0.66 | 0.81 |
| Hex | EE | BF | AD | 0 | 14 | 1B | 7 | 11 | 42 | 51 |
| Octal | 356 | 277 | 255 | 0 | 24 | 33 | 7 | 21 | 102 | 121 |
| Binary | 11101110 | 10111111 | 10101101 | 0 | 10100 | 11011 | 111 | 10001 | 1000010 | 1010001 |
Color Harmonies of #EEBFAD
Complementary color
Monochromatic Colors of #EEBFAD
Black with #EEBFAD
Text Example
Text Example
White with #EEBFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBFAD; }
p { color: rgb(238,191,173); }
H1.HeaderClassName
{
color: #EEBFAD;
}
.AnyTagClassName
{
color: #EEBFAD;
}
</style>
background-color css
<style>
a { background-color: #EEBFAD; }
a { background-color: rgb(238,191,173); }
div.DivClassName
{
background-color: #EEBFAD;
}
.BgClassName
{
background-color: #EEBFAD;
}
</style>
border-color css
<style>
span { border-color: #EEBFAD; }
span { border-color: rgb(238,191,173); }
td.TdClassName
{
border-color: #EEBFAD;
}
.TagClassName
{
border-color: #EEBFAD;
}
</style>