Shades of Watusi #EED1BA
Tints of Watusi #EED1BA
RGB
CMYK
RGB Variations
Color information
#EED1BA (or 0xEED1BA) is known color: Watusi. HEX triplet: EE, D1 and BA. RGB value is (238,209,186). Sum of RGB (Red+Green+Blue) = 238+209+186=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED1BA is #112E45. Grayscale: #D7D7D7. Windows color (decimal): -1125958 or 12243438. OLE color: 12243438.
HSL color Cylindrical-coordinate representation of color #EED1BA: hue angle of 26.54º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EED1BA is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 186 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.07 |
| HSL | 26.54º | 0.6% | 0.83% | - |
| HSV(B) | 26.54º | 0.22% | 0.93% | - |
| XYZ | 66.92 | 67.32 | 55.92 | - |
| YUV | 215.05 | 111.61 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 186 | 0 | 0.12 | 0.22 | 0.07 | 26.54 | 0.6 | 0.83 |
| Hex | EE | D1 | BA | 0 | C | 16 | 7 | 1B | 3C | 53 |
| Octal | 356 | 321 | 272 | 0 | 14 | 26 | 7 | 33 | 74 | 123 |
| Binary | 11101110 | 11010001 | 10111010 | 0 | 1100 | 10110 | 111 | 11011 | 111100 | 1010011 |
Color Harmonies of #EED1BA
Complementary color
Monochromatic Colors of #EED1BA
Black with #EED1BA
Text Example
Text Example
White with #EED1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED1BA; }
p { color: rgb(238,209,186); }
H1.HeaderClassName
{
color: #EED1BA;
}
.AnyTagClassName
{
color: #EED1BA;
}
</style>
background-color css
<style>
a { background-color: #EED1BA; }
a { background-color: rgb(238,209,186); }
div.DivClassName
{
background-color: #EED1BA;
}
.BgClassName
{
background-color: #EED1BA;
}
</style>
border-color css
<style>
span { border-color: #EED1BA; }
span { border-color: rgb(238,209,186); }
td.TdClassName
{
border-color: #EED1BA;
}
.TagClassName
{
border-color: #EED1BA;
}
</style>