Shades of Zinnwaldite #EFC3AB
Tints of Zinnwaldite #EFC3AB
RGB
CMYK
RGB Variations
Color information
#EFC3AB (or 0xEFC3AB) is known color: Zinnwaldite. HEX triplet: EF, C3 and AB. RGB value is (239,195,171). Sum of RGB (Red+Green+Blue) = 239+195+171=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 195 (76.56% from 255 or 32.23% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC3AB is #103C54. Grayscale: #CDCDCD. Windows color (decimal): -1064021 or 11256815. OLE color: 11256815.
HSL color Cylindrical-coordinate representation of color #EFC3AB: hue angle of 21.18º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFC3AB is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 171 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.06 |
| HSL | 21.18º | 0.68% | 0.8% | - |
| HSV(B) | 21.18º | 0.28% | 0.94% | - |
| XYZ | 62.46 | 60.32 | 46.88 | - |
| YUV | 205.42 | 108.58 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 171 | 0 | 0.18 | 0.28 | 0.06 | 21.18 | 0.68 | 0.8 |
| Hex | EF | C3 | AB | 0 | 12 | 1C | 6 | 15 | 44 | 50 |
| Octal | 357 | 303 | 253 | 0 | 22 | 34 | 6 | 25 | 104 | 120 |
| Binary | 11101111 | 11000011 | 10101011 | 0 | 10010 | 11100 | 110 | 10101 | 1000100 | 1010000 |
Color Harmonies of #EFC3AB
Complementary color
Monochromatic Colors of #EFC3AB
Black with #EFC3AB
Text Example
Text Example
White with #EFC3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC3AB; }
p { color: rgb(239,195,171); }
H1.HeaderClassName
{
color: #EFC3AB;
}
.AnyTagClassName
{
color: #EFC3AB;
}
</style>
background-color css
<style>
a { background-color: #EFC3AB; }
a { background-color: rgb(239,195,171); }
div.DivClassName
{
background-color: #EFC3AB;
}
.BgClassName
{
background-color: #EFC3AB;
}
</style>
border-color css
<style>
span { border-color: #EFC3AB; }
span { border-color: rgb(239,195,171); }
td.TdClassName
{
border-color: #EFC3AB;
}
.TagClassName
{
border-color: #EFC3AB;
}
</style>