Shades of Watusi #EED1BD
Tints of Watusi #EED1BD
RGB
CMYK
RGB Variations
Color information
#EED1BD (or 0xEED1BD) is known color: Watusi. HEX triplet: EE, D1 and BD. RGB value is (238,209,189). Sum of RGB (Red+Green+Blue) = 238+209+189=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 209 (82.03% from 255 or 32.86% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED1BD is #112E42. Grayscale: #D7D7D7. Windows color (decimal): -1125955 or 12440046. OLE color: 12440046.
HSL color Cylindrical-coordinate representation of color #EED1BD: hue angle of 24.49º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EED1BD is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 189 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.07 |
| HSL | 24.49º | 0.59% | 0.84% | - |
| HSV(B) | 24.49º | 0.21% | 0.93% | - |
| XYZ | 67.25 | 67.45 | 57.62 | - |
| YUV | 215.39 | 113.11 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 189 | 0 | 0.12 | 0.21 | 0.07 | 24.49 | 0.59 | 0.84 |
| Hex | EE | D1 | BD | 0 | C | 15 | 7 | 18 | 3B | 54 |
| Octal | 356 | 321 | 275 | 0 | 14 | 25 | 7 | 30 | 73 | 124 |
| Binary | 11101110 | 11010001 | 10111101 | 0 | 1100 | 10101 | 111 | 11000 | 111011 | 1010100 |
Color Harmonies of #EED1BD
Complementary color
Monochromatic Colors of #EED1BD
Black with #EED1BD
Text Example
Text Example
White with #EED1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED1BD; }
p { color: rgb(238,209,189); }
H1.HeaderClassName
{
color: #EED1BD;
}
.AnyTagClassName
{
color: #EED1BD;
}
</style>
background-color css
<style>
a { background-color: #EED1BD; }
a { background-color: rgb(238,209,189); }
div.DivClassName
{
background-color: #EED1BD;
}
.BgClassName
{
background-color: #EED1BD;
}
</style>
border-color css
<style>
span { border-color: #EED1BD; }
span { border-color: rgb(238,209,189); }
td.TdClassName
{
border-color: #EED1BD;
}
.TagClassName
{
border-color: #EED1BD;
}
</style>