Shades of Zinnwaldite #EEC2B3
Tints of Zinnwaldite #EEC2B3
RGB
CMYK
RGB Variations
Color information
#EEC2B3 (or 0xEEC2B3) is known color: Zinnwaldite. HEX triplet: EE, C2 and B3. RGB value is (238,194,179). Sum of RGB (Red+Green+Blue) = 238+194+179=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 179 (70.31% from 255 or 29.30% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC2B3 is #113D4C. Grayscale: #CDCDCD. Windows color (decimal): -1129805 or 11780846. OLE color: 11780846.
HSL color Cylindrical-coordinate representation of color #EEC2B3: hue angle of 15.25º 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 #EEC2B3 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 179 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.07 |
| HSL | 15.25º | 0.63% | 0.82% | - |
| HSV(B) | 15.25º | 0.25% | 0.93% | - |
| XYZ | 62.69 | 60.02 | 50.93 | - |
| YUV | 205.45 | 113.08 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 179 | 0 | 0.18 | 0.25 | 0.07 | 15.25 | 0.63 | 0.82 |
| Hex | EE | C2 | B3 | 0 | 12 | 19 | 7 | F | 3F | 52 |
| Octal | 356 | 302 | 263 | 0 | 22 | 31 | 7 | 17 | 77 | 122 |
| Binary | 11101110 | 11000010 | 10110011 | 0 | 10010 | 11001 | 111 | 1111 | 111111 | 1010010 |
Color Harmonies of #EEC2B3
Complementary color
Monochromatic Colors of #EEC2B3
Black with #EEC2B3
Text Example
Text Example
White with #EEC2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC2B3; }
p { color: rgb(238,194,179); }
H1.HeaderClassName
{
color: #EEC2B3;
}
.AnyTagClassName
{
color: #EEC2B3;
}
</style>
background-color css
<style>
a { background-color: #EEC2B3; }
a { background-color: rgb(238,194,179); }
div.DivClassName
{
background-color: #EEC2B3;
}
.BgClassName
{
background-color: #EEC2B3;
}
</style>
border-color css
<style>
span { border-color: #EEC2B3; }
span { border-color: rgb(238,194,179); }
td.TdClassName
{
border-color: #EEC2B3;
}
.TagClassName
{
border-color: #EEC2B3;
}
</style>