Shades of Watusi #EDCDB9
Tints of Watusi #EDCDB9
RGB
CMYK
RGB Variations
Color information
#EDCDB9 (or 0xEDCDB9) is known color: Watusi. HEX triplet: ED, CD and B9. RGB value is (237,205,185). Sum of RGB (Red+Green+Blue) = 237+205+185=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 185 (72.66% from 255 or 29.51% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDB9 is #123246. Grayscale: #D4D4D4. Windows color (decimal): -1192519 or 12176877. OLE color: 12176877.
HSL color Cylindrical-coordinate representation of color #EDCDB9: hue angle of 23.08º degrees, saturation: 0.59, 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 #EDCDB9 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 185 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.07 |
| HSL | 23.08º | 0.59% | 0.83% | - |
| HSV(B) | 23.08º | 0.22% | 0.93% | - |
| XYZ | 65.51 | 65.17 | 55.03 | - |
| YUV | 212.29 | 112.6 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 185 | 0 | 0.14 | 0.22 | 0.07 | 23.08 | 0.59 | 0.83 |
| Hex | ED | CD | B9 | 0 | E | 16 | 7 | 17 | 3B | 53 |
| Octal | 355 | 315 | 271 | 0 | 16 | 26 | 7 | 27 | 73 | 123 |
| Binary | 11101101 | 11001101 | 10111001 | 0 | 1110 | 10110 | 111 | 10111 | 111011 | 1010011 |
Color Harmonies of #EDCDB9
Complementary color
Monochromatic Colors of #EDCDB9
Black with #EDCDB9
Text Example
Text Example
White with #EDCDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCDB9; }
p { color: rgb(237,205,185); }
H1.HeaderClassName
{
color: #EDCDB9;
}
.AnyTagClassName
{
color: #EDCDB9;
}
</style>
background-color css
<style>
a { background-color: #EDCDB9; }
a { background-color: rgb(237,205,185); }
div.DivClassName
{
background-color: #EDCDB9;
}
.BgClassName
{
background-color: #EDCDB9;
}
</style>
border-color css
<style>
span { border-color: #EDCDB9; }
span { border-color: rgb(237,205,185); }
td.TdClassName
{
border-color: #EDCDB9;
}
.TagClassName
{
border-color: #EDCDB9;
}
</style>