Shades of Zinnwaldite #E6BFAE
Tints of Zinnwaldite #E6BFAE
RGB
CMYK
RGB Variations
Color information
#E6BFAE (or 0xE6BFAE) is known color: Zinnwaldite. HEX triplet: E6, BF and AE. RGB value is (230,191,174). Sum of RGB (Red+Green+Blue) = 230+191+174=595 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.66% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BFAE is #194051. Grayscale: #C8C8C8. Windows color (decimal): -1654866 or 11452390. OLE color: 11452390.
HSL color Cylindrical-coordinate representation of color #E6BFAE: hue angle of 18.21º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6BFAE is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 191 | 174 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.10 |
| HSL | 18.21º | 0.53% | 0.79% | - |
| HSV(B) | 18.21º | 0.24% | 0.9% | - |
| XYZ | 58.9 | 57.14 | 47.97 | - |
| YUV | 200.72 | 112.92 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 174 | 0 | 0.17 | 0.24 | 0.10 | 18.21 | 0.53 | 0.79 |
| Hex | E6 | BF | AE | 0 | 11 | 18 | A | 12 | 35 | 4F |
| Octal | 346 | 277 | 256 | 0 | 21 | 30 | 12 | 22 | 65 | 117 |
| Binary | 11100110 | 10111111 | 10101110 | 0 | 10001 | 11000 | 1010 | 10010 | 110101 | 1001111 |
Color Harmonies of #E6BFAE
Complementary color
Monochromatic Colors of #E6BFAE
Black with #E6BFAE
Text Example
Text Example
White with #E6BFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BFAE; }
p { color: rgb(230,191,174); }
H1.HeaderClassName
{
color: #E6BFAE;
}
.AnyTagClassName
{
color: #E6BFAE;
}
</style>
background-color css
<style>
a { background-color: #E6BFAE; }
a { background-color: rgb(230,191,174); }
div.DivClassName
{
background-color: #E6BFAE;
}
.BgClassName
{
background-color: #E6BFAE;
}
</style>
border-color css
<style>
span { border-color: #E6BFAE; }
span { border-color: rgb(230,191,174); }
td.TdClassName
{
border-color: #E6BFAE;
}
.TagClassName
{
border-color: #E6BFAE;
}
</style>