Shades of Watusi #EAD0BE
Tints of Watusi #EAD0BE
RGB
CMYK
RGB Variations
Color information
#EAD0BE (or 0xEAD0BE) is known color: Watusi. HEX triplet: EA, D0 and BE. RGB value is (234,208,190). Sum of RGB (Red+Green+Blue) = 234+208+190=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 208 (81.64% from 255 or 32.91% from 632); Blue value is 190 (74.61% from 255 or 30.06% from 632); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD0BE is #152F41. Grayscale: #D5D5D5. Windows color (decimal): -1388354 or 12505322. OLE color: 12505322.
HSL color Cylindrical-coordinate representation of color #EAD0BE: hue angle of 24.55º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EAD0BE is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 208 | 190 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.08 |
| HSL | 24.55º | 0.51% | 0.83% | - |
| HSV(B) | 24.55º | 0.19% | 0.92% | - |
| XYZ | 65.78 | 66.32 | 58.05 | - |
| YUV | 213.72 | 114.61 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 208 | 190 | 0 | 0.11 | 0.19 | 0.08 | 24.55 | 0.51 | 0.83 |
| Hex | EA | D0 | BE | 0 | B | 13 | 8 | 19 | 33 | 53 |
| Octal | 352 | 320 | 276 | 0 | 13 | 23 | 10 | 31 | 63 | 123 |
| Binary | 11101010 | 11010000 | 10111110 | 0 | 1011 | 10011 | 1000 | 11001 | 110011 | 1010011 |
Color Harmonies of #EAD0BE
Complementary color
Monochromatic Colors of #EAD0BE
Black with #EAD0BE
Text Example
Text Example
White with #EAD0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD0BE; }
p { color: rgb(234,208,190); }
H1.HeaderClassName
{
color: #EAD0BE;
}
.AnyTagClassName
{
color: #EAD0BE;
}
</style>
background-color css
<style>
a { background-color: #EAD0BE; }
a { background-color: rgb(234,208,190); }
div.DivClassName
{
background-color: #EAD0BE;
}
.BgClassName
{
background-color: #EAD0BE;
}
</style>
border-color css
<style>
span { border-color: #EAD0BE; }
span { border-color: rgb(234,208,190); }
td.TdClassName
{
border-color: #EAD0BE;
}
.TagClassName
{
border-color: #EAD0BE;
}
</style>