Shades of Zinnwaldite #EEC4B8
Tints of Zinnwaldite #EEC4B8
RGB
CMYK
RGB Variations
Color information
#EEC4B8 (or 0xEEC4B8) is known color: Zinnwaldite. HEX triplet: EE, C4 and B8. RGB value is (238,196,184). Sum of RGB (Red+Green+Blue) = 238+196+184=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 196 (76.95% from 255 or 31.72% from 618); Blue value is 184 (72.27% from 255 or 29.77% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC4B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC4B8 is #113B47. Grayscale: #CFCFCF. Windows color (decimal): -1129288 or 12109038. OLE color: 12109038.
HSL color Cylindrical-coordinate representation of color #EEC4B8: hue angle of 13.33º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EEC4B8 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 184 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.07 |
| HSL | 13.33º | 0.61% | 0.83% | - |
| HSV(B) | 13.33º | 0.23% | 0.93% | - |
| XYZ | 63.65 | 61.12 | 53.79 | - |
| YUV | 207.19 | 114.91 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 184 | 0 | 0.18 | 0.23 | 0.07 | 13.33 | 0.61 | 0.83 |
| Hex | EE | C4 | B8 | 0 | 12 | 17 | 7 | D | 3D | 53 |
| Octal | 356 | 304 | 270 | 0 | 22 | 27 | 7 | 15 | 75 | 123 |
| Binary | 11101110 | 11000100 | 10111000 | 0 | 10010 | 10111 | 111 | 1101 | 111101 | 1010011 |
Color Harmonies of #EEC4B8
Complementary color
Monochromatic Colors of #EEC4B8
Black with #EEC4B8
Text Example
Text Example
White with #EEC4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC4B8; }
p { color: rgb(238,196,184); }
H1.HeaderClassName
{
color: #EEC4B8;
}
.AnyTagClassName
{
color: #EEC4B8;
}
</style>
background-color css
<style>
a { background-color: #EEC4B8; }
a { background-color: rgb(238,196,184); }
div.DivClassName
{
background-color: #EEC4B8;
}
.BgClassName
{
background-color: #EEC4B8;
}
</style>
border-color css
<style>
span { border-color: #EEC4B8; }
span { border-color: rgb(238,196,184); }
td.TdClassName
{
border-color: #EEC4B8;
}
.TagClassName
{
border-color: #EEC4B8;
}
</style>