Shades of Zinnwaldite #EFC1B2
Tints of Zinnwaldite #EFC1B2
RGB
CMYK
RGB Variations
Color information
#EFC1B2 (or 0xEFC1B2) is known color: Zinnwaldite. HEX triplet: EF, C1 and B2. RGB value is (239,193,178). Sum of RGB (Red+Green+Blue) = 239+193+178=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 193 (75.78% from 255 or 31.64% from 610); Blue value is 178 (69.92% from 255 or 29.18% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC1B2 is #103E4D. Grayscale: #CDCDCD. Windows color (decimal): -1064526 or 11715055. OLE color: 11715055.
HSL color Cylindrical-coordinate representation of color #EFC1B2: hue angle of 14.75º 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 #EFC1B2 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 178 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.06 |
| HSL | 14.75º | 0.66% | 0.82% | - |
| HSV(B) | 14.75º | 0.26% | 0.94% | - |
| XYZ | 62.7 | 59.71 | 50.34 | - |
| YUV | 205.04 | 112.74 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 178 | 0 | 0.19 | 0.26 | 0.06 | 14.75 | 0.66 | 0.82 |
| Hex | EF | C1 | B2 | 0 | 13 | 1A | 6 | F | 42 | 52 |
| Octal | 357 | 301 | 262 | 0 | 23 | 32 | 6 | 17 | 102 | 122 |
| Binary | 11101111 | 11000001 | 10110010 | 0 | 10011 | 11010 | 110 | 1111 | 1000010 | 1010010 |
Color Harmonies of #EFC1B2
Complementary color
Monochromatic Colors of #EFC1B2
Black with #EFC1B2
Text Example
Text Example
White with #EFC1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1B2; }
p { color: rgb(239,193,178); }
H1.HeaderClassName
{
color: #EFC1B2;
}
.AnyTagClassName
{
color: #EFC1B2;
}
</style>
background-color css
<style>
a { background-color: #EFC1B2; }
a { background-color: rgb(239,193,178); }
div.DivClassName
{
background-color: #EFC1B2;
}
.BgClassName
{
background-color: #EFC1B2;
}
</style>
border-color css
<style>
span { border-color: #EFC1B2; }
span { border-color: rgb(239,193,178); }
td.TdClassName
{
border-color: #EFC1B2;
}
.TagClassName
{
border-color: #EFC1B2;
}
</style>