Shades of Zinnwaldite #EFC2B3
Tints of Zinnwaldite #EFC2B3
RGB
CMYK
RGB Variations
Color information
#EFC2B3 (or 0xEFC2B3) is known color: Zinnwaldite. HEX triplet: EF, C2 and B3. RGB value is (239,194,179). Sum of RGB (Red+Green+Blue) = 239+194+179=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 179 (70.31% from 255 or 29.25% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC2B3 is #103D4C. Grayscale: #CDCDCD. Windows color (decimal): -1064269 or 11780847. OLE color: 11780847.
HSL color Cylindrical-coordinate representation of color #EFC2B3: hue angle of 15º 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 #EFC2B3 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 179 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.06 |
| HSL | 15º | 0.65% | 0.82% | - |
| HSV(B) | 15º | 0.25% | 0.94% | - |
| XYZ | 63.03 | 60.19 | 50.94 | - |
| YUV | 205.75 | 112.91 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 179 | 0 | 0.19 | 0.25 | 0.06 | 15 | 0.65 | 0.82 |
| Hex | EF | C2 | B3 | 0 | 13 | 19 | 6 | F | 41 | 52 |
| Octal | 357 | 302 | 263 | 0 | 23 | 31 | 6 | 17 | 101 | 122 |
| Binary | 11101111 | 11000010 | 10110011 | 0 | 10011 | 11001 | 110 | 1111 | 1000001 | 1010010 |
Color Harmonies of #EFC2B3
Complementary color
Monochromatic Colors of #EFC2B3
Black with #EFC2B3
Text Example
Text Example
White with #EFC2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC2B3; }
p { color: rgb(239,194,179); }
H1.HeaderClassName
{
color: #EFC2B3;
}
.AnyTagClassName
{
color: #EFC2B3;
}
</style>
background-color css
<style>
a { background-color: #EFC2B3; }
a { background-color: rgb(239,194,179); }
div.DivClassName
{
background-color: #EFC2B3;
}
.BgClassName
{
background-color: #EFC2B3;
}
</style>
border-color css
<style>
span { border-color: #EFC2B3; }
span { border-color: rgb(239,194,179); }
td.TdClassName
{
border-color: #EFC2B3;
}
.TagClassName
{
border-color: #EFC2B3;
}
</style>