Shades of Zinnwaldite #EFC1B4
Tints of Zinnwaldite #EFC1B4
RGB
CMYK
RGB Variations
Color information
#EFC1B4 (or 0xEFC1B4) is known color: Zinnwaldite. HEX triplet: EF, C1 and B4. RGB value is (239,193,180). Sum of RGB (Red+Green+Blue) = 239+193+180=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 193 (75.78% from 255 or 31.54% from 612); Blue value is 180 (70.70% from 255 or 29.41% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1B4 is #103E4B. Grayscale: #CDCDCD. Windows color (decimal): -1064524 or 11846127. OLE color: 11846127.
HSL color Cylindrical-coordinate representation of color #EFC1B4: hue angle of 13.22º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFC1B4 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 180 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.06 |
| HSL | 13.22º | 0.65% | 0.82% | - |
| HSV(B) | 13.22º | 0.25% | 0.94% | - |
| XYZ | 62.9 | 59.79 | 51.4 | - |
| YUV | 205.27 | 113.74 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 180 | 0 | 0.19 | 0.25 | 0.06 | 13.22 | 0.65 | 0.82 |
| Hex | EF | C1 | B4 | 0 | 13 | 19 | 6 | D | 41 | 52 |
| Octal | 357 | 301 | 264 | 0 | 23 | 31 | 6 | 15 | 101 | 122 |
| Binary | 11101111 | 11000001 | 10110100 | 0 | 10011 | 11001 | 110 | 1101 | 1000001 | 1010010 |
Color Harmonies of #EFC1B4
Complementary color
Monochromatic Colors of #EFC1B4
Black with #EFC1B4
Text Example
Text Example
White with #EFC1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1B4; }
p { color: rgb(239,193,180); }
H1.HeaderClassName
{
color: #EFC1B4;
}
.AnyTagClassName
{
color: #EFC1B4;
}
</style>
background-color css
<style>
a { background-color: #EFC1B4; }
a { background-color: rgb(239,193,180); }
div.DivClassName
{
background-color: #EFC1B4;
}
.BgClassName
{
background-color: #EFC1B4;
}
</style>
border-color css
<style>
span { border-color: #EFC1B4; }
span { border-color: rgb(239,193,180); }
td.TdClassName
{
border-color: #EFC1B4;
}
.TagClassName
{
border-color: #EFC1B4;
}
</style>