Shades of Zinnwaldite #EEC2AF
Tints of Zinnwaldite #EEC2AF
RGB
CMYK
RGB Variations
Color information
#EEC2AF (or 0xEEC2AF) is known color: Zinnwaldite. HEX triplet: EE, C2 and AF. RGB value is (238,194,175). Sum of RGB (Red+Green+Blue) = 238+194+175=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 194 (76.17% from 255 or 31.96% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC2AF is #113D50. Grayscale: #CDCDCD. Windows color (decimal): -1129809 or 11518702. OLE color: 11518702.
HSL color Cylindrical-coordinate representation of color #EEC2AF: hue angle of 18.1º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEC2AF is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 175 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.07 |
| HSL | 18.1º | 0.65% | 0.81% | - |
| HSV(B) | 18.1º | 0.26% | 0.93% | - |
| XYZ | 62.29 | 59.86 | 48.83 | - |
| YUV | 204.99 | 111.08 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 175 | 0 | 0.18 | 0.26 | 0.07 | 18.1 | 0.65 | 0.81 |
| Hex | EE | C2 | AF | 0 | 12 | 1A | 7 | 12 | 41 | 51 |
| Octal | 356 | 302 | 257 | 0 | 22 | 32 | 7 | 22 | 101 | 121 |
| Binary | 11101110 | 11000010 | 10101111 | 0 | 10010 | 11010 | 111 | 10010 | 1000001 | 1010001 |
Color Harmonies of #EEC2AF
Complementary color
Monochromatic Colors of #EEC2AF
Black with #EEC2AF
Text Example
Text Example
White with #EEC2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC2AF; }
p { color: rgb(238,194,175); }
H1.HeaderClassName
{
color: #EEC2AF;
}
.AnyTagClassName
{
color: #EEC2AF;
}
</style>
background-color css
<style>
a { background-color: #EEC2AF; }
a { background-color: rgb(238,194,175); }
div.DivClassName
{
background-color: #EEC2AF;
}
.BgClassName
{
background-color: #EEC2AF;
}
</style>
border-color css
<style>
span { border-color: #EEC2AF; }
span { border-color: rgb(238,194,175); }
td.TdClassName
{
border-color: #EEC2AF;
}
.TagClassName
{
border-color: #EEC2AF;
}
</style>