Shades of Watusi #EED0BA
Tints of Watusi #EED0BA
RGB
CMYK
RGB Variations
Color information
#EED0BA (or 0xEED0BA) is known color: Watusi. HEX triplet: EE, D0 and BA. RGB value is (238,208,186). Sum of RGB (Red+Green+Blue) = 238+208+186=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 208 (81.64% from 255 or 32.91% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0BA is #112F45. Grayscale: #D6D6D6. Windows color (decimal): -1126214 or 12243182. OLE color: 12243182.
HSL color Cylindrical-coordinate representation of color #EED0BA: hue angle of 25.38º 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 #EED0BA is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 186 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.07 |
| HSL | 25.38º | 0.6% | 0.83% | - |
| HSV(B) | 25.38º | 0.22% | 0.93% | - |
| XYZ | 66.68 | 66.83 | 55.84 | - |
| YUV | 214.46 | 111.94 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 186 | 0 | 0.13 | 0.22 | 0.07 | 25.38 | 0.6 | 0.83 |
| Hex | EE | D0 | BA | 0 | D | 16 | 7 | 19 | 3C | 53 |
| Octal | 356 | 320 | 272 | 0 | 15 | 26 | 7 | 31 | 74 | 123 |
| Binary | 11101110 | 11010000 | 10111010 | 0 | 1101 | 10110 | 111 | 11001 | 111100 | 1010011 |
Color Harmonies of #EED0BA
Complementary color
Monochromatic Colors of #EED0BA
Black with #EED0BA
Text Example
Text Example
White with #EED0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0BA; }
p { color: rgb(238,208,186); }
H1.HeaderClassName
{
color: #EED0BA;
}
.AnyTagClassName
{
color: #EED0BA;
}
</style>
background-color css
<style>
a { background-color: #EED0BA; }
a { background-color: rgb(238,208,186); }
div.DivClassName
{
background-color: #EED0BA;
}
.BgClassName
{
background-color: #EED0BA;
}
</style>
border-color css
<style>
span { border-color: #EED0BA; }
span { border-color: rgb(238,208,186); }
td.TdClassName
{
border-color: #EED0BA;
}
.TagClassName
{
border-color: #EED0BA;
}
</style>