Shades of Watusi #EFCDBB
Tints of Watusi #EFCDBB
RGB
CMYK
RGB Variations
Color information
#EFCDBB (or 0xEFCDBB) is known color: Watusi. HEX triplet: EF, CD and BB. RGB value is (239,205,187). Sum of RGB (Red+Green+Blue) = 239+205+187=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDBB is #103244. Grayscale: #D5D5D5. Windows color (decimal): -1061445 or 12307951. OLE color: 12307951.
HSL color Cylindrical-coordinate representation of color #EFCDBB: hue angle of 20.77º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFCDBB is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 187 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.06 |
| HSL | 20.77º | 0.62% | 0.84% | - |
| HSV(B) | 20.77º | 0.22% | 0.94% | - |
| XYZ | 66.4 | 65.6 | 56.18 | - |
| YUV | 213.11 | 113.26 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 187 | 0 | 0.14 | 0.22 | 0.06 | 20.77 | 0.62 | 0.84 |
| Hex | EF | CD | BB | 0 | E | 16 | 6 | 15 | 3E | 54 |
| Octal | 357 | 315 | 273 | 0 | 16 | 26 | 6 | 25 | 76 | 124 |
| Binary | 11101111 | 11001101 | 10111011 | 0 | 1110 | 10110 | 110 | 10101 | 111110 | 1010100 |
Color Harmonies of #EFCDBB
Complementary color
Monochromatic Colors of #EFCDBB
Black with #EFCDBB
Text Example
Text Example
White with #EFCDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCDBB; }
p { color: rgb(239,205,187); }
H1.HeaderClassName
{
color: #EFCDBB;
}
.AnyTagClassName
{
color: #EFCDBB;
}
</style>
background-color css
<style>
a { background-color: #EFCDBB; }
a { background-color: rgb(239,205,187); }
div.DivClassName
{
background-color: #EFCDBB;
}
.BgClassName
{
background-color: #EFCDBB;
}
</style>
border-color css
<style>
span { border-color: #EFCDBB; }
span { border-color: rgb(239,205,187); }
td.TdClassName
{
border-color: #EFCDBB;
}
.TagClassName
{
border-color: #EFCDBB;
}
</style>