Shades of Watusi #EDCEBA
Tints of Watusi #EDCEBA
RGB
CMYK
RGB Variations
Color information
#EDCEBA (or 0xEDCEBA) is known color: Watusi. HEX triplet: ED, CE and BA. RGB value is (237,206,186). Sum of RGB (Red+Green+Blue) = 237+206+186=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 186 (73.05% from 255 or 29.57% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCEBA is #123145. Grayscale: #D5D5D5. Windows color (decimal): -1192262 or 12242669. OLE color: 12242669.
HSL color Cylindrical-coordinate representation of color #EDCEBA: hue angle of 23.53º 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 #EDCEBA is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 186 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.07 |
| HSL | 23.53º | 0.59% | 0.83% | - |
| HSV(B) | 23.53º | 0.22% | 0.93% | - |
| XYZ | 65.86 | 65.69 | 55.66 | - |
| YUV | 212.99 | 112.77 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 186 | 0 | 0.13 | 0.22 | 0.07 | 23.53 | 0.59 | 0.83 |
| Hex | ED | CE | BA | 0 | D | 16 | 7 | 18 | 3B | 53 |
| Octal | 355 | 316 | 272 | 0 | 15 | 26 | 7 | 30 | 73 | 123 |
| Binary | 11101101 | 11001110 | 10111010 | 0 | 1101 | 10110 | 111 | 11000 | 111011 | 1010011 |
Color Harmonies of #EDCEBA
Complementary color
Monochromatic Colors of #EDCEBA
Black with #EDCEBA
Text Example
Text Example
White with #EDCEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCEBA; }
p { color: rgb(237,206,186); }
H1.HeaderClassName
{
color: #EDCEBA;
}
.AnyTagClassName
{
color: #EDCEBA;
}
</style>
background-color css
<style>
a { background-color: #EDCEBA; }
a { background-color: rgb(237,206,186); }
div.DivClassName
{
background-color: #EDCEBA;
}
.BgClassName
{
background-color: #EDCEBA;
}
</style>
border-color css
<style>
span { border-color: #EDCEBA; }
span { border-color: rgb(237,206,186); }
td.TdClassName
{
border-color: #EDCEBA;
}
.TagClassName
{
border-color: #EDCEBA;
}
</style>