Shades of Zinnwaldite #EFC6B2
Tints of Zinnwaldite #EFC6B2
RGB
CMYK
RGB Variations
Color information
#EFC6B2 (or 0xEFC6B2) is known color: Zinnwaldite. HEX triplet: EF, C6 and B2. RGB value is (239,198,178). Sum of RGB (Red+Green+Blue) = 239+198+178=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 198 (77.73% from 255 or 32.20% from 615); Blue value is 178 (69.92% from 255 or 28.94% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC6B2 is #10394D. Grayscale: #D0D0D0. Windows color (decimal): -1063246 or 11716335. OLE color: 11716335.
HSL color Cylindrical-coordinate representation of color #EFC6B2: hue angle of 19.67º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFC6B2 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 178 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.06 |
| HSL | 19.67º | 0.66% | 0.82% | - |
| HSV(B) | 19.67º | 0.26% | 0.94% | - |
| XYZ | 63.83 | 61.95 | 50.71 | - |
| YUV | 207.98 | 111.08 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 178 | 0 | 0.17 | 0.26 | 0.06 | 19.67 | 0.66 | 0.82 |
| Hex | EF | C6 | B2 | 0 | 11 | 1A | 6 | 14 | 42 | 52 |
| Octal | 357 | 306 | 262 | 0 | 21 | 32 | 6 | 24 | 102 | 122 |
| Binary | 11101111 | 11000110 | 10110010 | 0 | 10001 | 11010 | 110 | 10100 | 1000010 | 1010010 |
Color Harmonies of #EFC6B2
Complementary color
Monochromatic Colors of #EFC6B2
Black with #EFC6B2
Text Example
Text Example
White with #EFC6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC6B2; }
p { color: rgb(239,198,178); }
H1.HeaderClassName
{
color: #EFC6B2;
}
.AnyTagClassName
{
color: #EFC6B2;
}
</style>
background-color css
<style>
a { background-color: #EFC6B2; }
a { background-color: rgb(239,198,178); }
div.DivClassName
{
background-color: #EFC6B2;
}
.BgClassName
{
background-color: #EFC6B2;
}
</style>
border-color css
<style>
span { border-color: #EFC6B2; }
span { border-color: rgb(239,198,178); }
td.TdClassName
{
border-color: #EFC6B2;
}
.TagClassName
{
border-color: #EFC6B2;
}
</style>