Shades of Zinnwaldite #EEC0B3
Tints of Zinnwaldite #EEC0B3
RGB
CMYK
RGB Variations
Color information
#EEC0B3 (or 0xEEC0B3) is known color: Zinnwaldite. HEX triplet: EE, C0 and B3. RGB value is (238,192,179). Sum of RGB (Red+Green+Blue) = 238+192+179=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 179 (70.31% from 255 or 29.39% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC0B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC0B3 is #113F4C. Grayscale: #CCCCCC. Windows color (decimal): -1130317 or 11780334. OLE color: 11780334.
HSL color Cylindrical-coordinate representation of color #EEC0B3: hue angle of 13.22º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEC0B3 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 179 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.07 |
| HSL | 13.22º | 0.63% | 0.82% | - |
| HSV(B) | 13.22º | 0.25% | 0.93% | - |
| XYZ | 62.25 | 59.13 | 50.78 | - |
| YUV | 204.27 | 113.74 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 179 | 0 | 0.19 | 0.25 | 0.07 | 13.22 | 0.63 | 0.82 |
| Hex | EE | C0 | B3 | 0 | 13 | 19 | 7 | D | 3F | 52 |
| Octal | 356 | 300 | 263 | 0 | 23 | 31 | 7 | 15 | 77 | 122 |
| Binary | 11101110 | 11000000 | 10110011 | 0 | 10011 | 11001 | 111 | 1101 | 111111 | 1010010 |
Color Harmonies of #EEC0B3
Complementary color
Monochromatic Colors of #EEC0B3
Black with #EEC0B3
Text Example
Text Example
White with #EEC0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC0B3; }
p { color: rgb(238,192,179); }
H1.HeaderClassName
{
color: #EEC0B3;
}
.AnyTagClassName
{
color: #EEC0B3;
}
</style>
background-color css
<style>
a { background-color: #EEC0B3; }
a { background-color: rgb(238,192,179); }
div.DivClassName
{
background-color: #EEC0B3;
}
.BgClassName
{
background-color: #EEC0B3;
}
</style>
border-color css
<style>
span { border-color: #EEC0B3; }
span { border-color: rgb(238,192,179); }
td.TdClassName
{
border-color: #EEC0B3;
}
.TagClassName
{
border-color: #EEC0B3;
}
</style>