Shades of Watusi #EED1BB
Tints of Watusi #EED1BB
RGB
CMYK
RGB Variations
Color information
#EED1BB (or 0xEED1BB) is known color: Watusi. HEX triplet: EE, D1 and BB. RGB value is (238,209,187). Sum of RGB (Red+Green+Blue) = 238+209+187=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 209 (82.03% from 255 or 32.97% from 634); Blue value is 187 (73.44% from 255 or 29.50% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED1BB is #112E44. Grayscale: #D7D7D7. Windows color (decimal): -1125957 or 12308974. OLE color: 12308974.
HSL color Cylindrical-coordinate representation of color #EED1BB: hue angle of 25.88º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EED1BB is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 187 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.07 |
| HSL | 25.88º | 0.6% | 0.83% | - |
| HSV(B) | 25.88º | 0.21% | 0.93% | - |
| XYZ | 67.03 | 67.37 | 56.48 | - |
| YUV | 215.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 187 | 0 | 0.12 | 0.21 | 0.07 | 25.88 | 0.6 | 0.83 |
| Hex | EE | D1 | BB | 0 | C | 15 | 7 | 1A | 3C | 53 |
| Octal | 356 | 321 | 273 | 0 | 14 | 25 | 7 | 32 | 74 | 123 |
| Binary | 11101110 | 11010001 | 10111011 | 0 | 1100 | 10101 | 111 | 11010 | 111100 | 1010011 |
Color Harmonies of #EED1BB
Complementary color
Monochromatic Colors of #EED1BB
Black with #EED1BB
Text Example
Text Example
White with #EED1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED1BB; }
p { color: rgb(238,209,187); }
H1.HeaderClassName
{
color: #EED1BB;
}
.AnyTagClassName
{
color: #EED1BB;
}
</style>
background-color css
<style>
a { background-color: #EED1BB; }
a { background-color: rgb(238,209,187); }
div.DivClassName
{
background-color: #EED1BB;
}
.BgClassName
{
background-color: #EED1BB;
}
</style>
border-color css
<style>
span { border-color: #EED1BB; }
span { border-color: rgb(238,209,187); }
td.TdClassName
{
border-color: #EED1BB;
}
.TagClassName
{
border-color: #EED1BB;
}
</style>