Shades of Zinnwaldite #EEC5B3
Tints of Zinnwaldite #EEC5B3
RGB
CMYK
RGB Variations
Color information
#EEC5B3 (or 0xEEC5B3) is known color: Zinnwaldite. HEX triplet: EE, C5 and B3. RGB value is (238,197,179). Sum of RGB (Red+Green+Blue) = 238+197+179=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 197 (77.34% from 255 or 32.08% from 614); Blue value is 179 (70.31% from 255 or 29.15% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC5B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC5B3 is #113A4C. Grayscale: #CFCFCF. Windows color (decimal): -1129037 or 11781614. OLE color: 11781614.
HSL color Cylindrical-coordinate representation of color #EEC5B3: hue angle of 18.31º 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 #EEC5B3 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 179 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.07 |
| HSL | 18.31º | 0.63% | 0.82% | - |
| HSV(B) | 18.31º | 0.25% | 0.93% | - |
| XYZ | 63.36 | 61.36 | 51.15 | - |
| YUV | 207.21 | 112.08 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 179 | 0 | 0.17 | 0.25 | 0.07 | 18.31 | 0.63 | 0.82 |
| Hex | EE | C5 | B3 | 0 | 11 | 19 | 7 | 12 | 3F | 52 |
| Octal | 356 | 305 | 263 | 0 | 21 | 31 | 7 | 22 | 77 | 122 |
| Binary | 11101110 | 11000101 | 10110011 | 0 | 10001 | 11001 | 111 | 10010 | 111111 | 1010010 |
Color Harmonies of #EEC5B3
Complementary color
Monochromatic Colors of #EEC5B3
Black with #EEC5B3
Text Example
Text Example
White with #EEC5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC5B3; }
p { color: rgb(238,197,179); }
H1.HeaderClassName
{
color: #EEC5B3;
}
.AnyTagClassName
{
color: #EEC5B3;
}
</style>
background-color css
<style>
a { background-color: #EEC5B3; }
a { background-color: rgb(238,197,179); }
div.DivClassName
{
background-color: #EEC5B3;
}
.BgClassName
{
background-color: #EEC5B3;
}
</style>
border-color css
<style>
span { border-color: #EEC5B3; }
span { border-color: rgb(238,197,179); }
td.TdClassName
{
border-color: #EEC5B3;
}
.TagClassName
{
border-color: #EEC5B3;
}
</style>