Shades of Watusi #EACDBA
Tints of Watusi #EACDBA
RGB
CMYK
RGB Variations
Color information
#EACDBA (or 0xEACDBA) is known color: Watusi. HEX triplet: EA, CD and BA. RGB value is (234,205,186). Sum of RGB (Red+Green+Blue) = 234+205+186=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACDBA is #153245. Grayscale: #D3D3D3. Windows color (decimal): -1389126 or 12242410. OLE color: 12242410.
HSL color Cylindrical-coordinate representation of color #EACDBA: hue angle of 23.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EACDBA is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 186 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.08 |
| HSL | 23.75º | 0.53% | 0.82% | - |
| HSV(B) | 23.75º | 0.21% | 0.92% | - |
| XYZ | 64.63 | 64.7 | 55.54 | - |
| YUV | 211.51 | 113.61 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 186 | 0 | 0.12 | 0.21 | 0.08 | 23.75 | 0.53 | 0.82 |
| Hex | EA | CD | BA | 0 | C | 15 | 8 | 18 | 35 | 52 |
| Octal | 352 | 315 | 272 | 0 | 14 | 25 | 10 | 30 | 65 | 122 |
| Binary | 11101010 | 11001101 | 10111010 | 0 | 1100 | 10101 | 1000 | 11000 | 110101 | 1010010 |
Color Harmonies of #EACDBA
Complementary color
Monochromatic Colors of #EACDBA
Black with #EACDBA
Text Example
Text Example
White with #EACDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACDBA; }
p { color: rgb(234,205,186); }
H1.HeaderClassName
{
color: #EACDBA;
}
.AnyTagClassName
{
color: #EACDBA;
}
</style>
background-color css
<style>
a { background-color: #EACDBA; }
a { background-color: rgb(234,205,186); }
div.DivClassName
{
background-color: #EACDBA;
}
.BgClassName
{
background-color: #EACDBA;
}
</style>
border-color css
<style>
span { border-color: #EACDBA; }
span { border-color: rgb(234,205,186); }
td.TdClassName
{
border-color: #EACDBA;
}
.TagClassName
{
border-color: #EACDBA;
}
</style>