Shades of Watusi #EED1BE
Tints of Watusi #EED1BE
RGB
CMYK
RGB Variations
Color information
#EED1BE (or 0xEED1BE) is known color: Watusi. HEX triplet: EE, D1 and BE. RGB value is (238,209,190). Sum of RGB (Red+Green+Blue) = 238+209+190=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 209 (82.03% from 255 or 32.81% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED1BE is #112E41. Grayscale: #D7D7D7. Windows color (decimal): -1125954 or 12505582. OLE color: 12505582.
HSL color Cylindrical-coordinate representation of color #EED1BE: hue angle of 23.75º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EED1BE is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 190 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.07 |
| HSL | 23.75º | 0.59% | 0.84% | - |
| HSV(B) | 23.75º | 0.2% | 0.93% | - |
| XYZ | 67.35 | 67.5 | 58.19 | - |
| YUV | 215.51 | 113.61 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 190 | 0 | 0.12 | 0.20 | 0.07 | 23.75 | 0.59 | 0.84 |
| Hex | EE | D1 | BE | 0 | C | 14 | 7 | 18 | 3B | 54 |
| Octal | 356 | 321 | 276 | 0 | 14 | 24 | 7 | 30 | 73 | 124 |
| Binary | 11101110 | 11010001 | 10111110 | 0 | 1100 | 10100 | 111 | 11000 | 111011 | 1010100 |
Color Harmonies of #EED1BE
Complementary color
Monochromatic Colors of #EED1BE
Black with #EED1BE
Text Example
Text Example
White with #EED1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED1BE; }
p { color: rgb(238,209,190); }
H1.HeaderClassName
{
color: #EED1BE;
}
.AnyTagClassName
{
color: #EED1BE;
}
</style>
background-color css
<style>
a { background-color: #EED1BE; }
a { background-color: rgb(238,209,190); }
div.DivClassName
{
background-color: #EED1BE;
}
.BgClassName
{
background-color: #EED1BE;
}
</style>
border-color css
<style>
span { border-color: #EED1BE; }
span { border-color: rgb(238,209,190); }
td.TdClassName
{
border-color: #EED1BE;
}
.TagClassName
{
border-color: #EED1BE;
}
</style>