Shades of Watusi #EED1C0
Tints of Watusi #EED1C0
RGB
CMYK
RGB Variations
Color information
#EED1C0 (or 0xEED1C0) is known color: Watusi. HEX triplet: EE, D1 and C0. RGB value is (238,209,192). Sum of RGB (Red+Green+Blue) = 238+209+192=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 209 (82.03% from 255 or 32.71% from 639); Blue value is 192 (75.39% from 255 or 30.05% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED1C0 is #112E3F. Grayscale: #D7D7D7. Windows color (decimal): -1125952 or 12636654. OLE color: 12636654.
HSL color Cylindrical-coordinate representation of color #EED1C0: hue angle of 22.17º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EED1C0 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 192 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.07 |
| HSL | 22.17º | 0.58% | 0.84% | - |
| HSV(B) | 22.17º | 0.19% | 0.93% | - |
| XYZ | 67.57 | 67.58 | 59.35 | - |
| YUV | 215.73 | 114.61 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 192 | 0 | 0.12 | 0.19 | 0.07 | 22.17 | 0.58 | 0.84 |
| Hex | EE | D1 | C0 | 0 | C | 13 | 7 | 16 | 3A | 54 |
| Octal | 356 | 321 | 300 | 0 | 14 | 23 | 7 | 26 | 72 | 124 |
| Binary | 11101110 | 11010001 | 11000000 | 0 | 1100 | 10011 | 111 | 10110 | 111010 | 1010100 |
Color Harmonies of #EED1C0
Complementary color
Monochromatic Colors of #EED1C0
Black with #EED1C0
Text Example
Text Example
White with #EED1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED1C0; }
p { color: rgb(238,209,192); }
H1.HeaderClassName
{
color: #EED1C0;
}
.AnyTagClassName
{
color: #EED1C0;
}
</style>
background-color css
<style>
a { background-color: #EED1C0; }
a { background-color: rgb(238,209,192); }
div.DivClassName
{
background-color: #EED1C0;
}
.BgClassName
{
background-color: #EED1C0;
}
</style>
border-color css
<style>
span { border-color: #EED1C0; }
span { border-color: rgb(238,209,192); }
td.TdClassName
{
border-color: #EED1C0;
}
.TagClassName
{
border-color: #EED1C0;
}
</style>