Shades of Watusi #EACDBD
Tints of Watusi #EACDBD
RGB
CMYK
RGB Variations
Color information
#EACDBD (or 0xEACDBD) is known color: Watusi. HEX triplet: EA, CD and BD. RGB value is (234,205,189). Sum of RGB (Red+Green+Blue) = 234+205+189=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACDBD is #153242. Grayscale: #D3D3D3. Windows color (decimal): -1389123 or 12439018. OLE color: 12439018.
HSL color Cylindrical-coordinate representation of color #EACDBD: hue angle of 21.33º degrees, saturation: 0.52, 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 #EACDBD is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 205 | 189 | - |
CMYK | 0 | 0.12 | 0.19 | 0.08 |
HSL | 21.33º | 0.52% | 0.83% | - |
HSV(B) | 21.33º | 0.19% | 0.92% | - |
XYZ | 64.95 | 64.83 | 57.23 | - |
YUV | 211.85 | 115.11 | 143.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 205 | 189 | 0 | 0.12 | 0.19 | 0.08 | 21.33 | 0.52 | 0.83 |
Hex | EA | CD | BD | 0 | C | 13 | 8 | 15 | 34 | 53 |
Octal | 352 | 315 | 275 | 0 | 14 | 23 | 10 | 25 | 64 | 123 |
Binary | 11101010 | 11001101 | 10111101 | 0 | 1100 | 10011 | 1000 | 10101 | 110100 | 1010011 |
Color Harmonies of #EACDBD
Complementary color
Monochromatic Colors of #EACDBD
Black with #EACDBD
Text Example
Text Example
White with #EACDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACDBD; }
p { color: rgb(234,205,189); }
H1.HeaderClassName
{
color: #EACDBD;
}
.AnyTagClassName
{
color: #EACDBD;
}
</style>
background-color css
<style>
a { background-color: #EACDBD; }
a { background-color: rgb(234,205,189); }
div.DivClassName
{
background-color: #EACDBD;
}
.BgClassName
{
background-color: #EACDBD;
}
</style>
border-color css
<style>
span { border-color: #EACDBD; }
span { border-color: rgb(234,205,189); }
td.TdClassName
{
border-color: #EACDBD;
}
.TagClassName
{
border-color: #EACDBD;
}
</style>