Shades of Watusi #EFCDBF
Tints of Watusi #EFCDBF
RGB
CMYK
RGB Variations
Color information
#EFCDBF (or 0xEFCDBF) is known color: Watusi. HEX triplet: EF, CD and BF. RGB value is (239,205,191). Sum of RGB (Red+Green+Blue) = 239+205+191=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 191 (75% from 255 or 30.08% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDBF is #103240. Grayscale: #D5D5D5. Windows color (decimal): -1061441 or 12570095. OLE color: 12570095.
HSL color Cylindrical-coordinate representation of color #EFCDBF: hue angle of 17.5º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFCDBF is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 191 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.06 |
| HSL | 17.5º | 0.6% | 0.84% | - |
| HSV(B) | 17.5º | 0.2% | 0.94% | - |
| XYZ | 66.83 | 65.77 | 58.46 | - |
| YUV | 213.57 | 115.26 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 191 | 0 | 0.14 | 0.20 | 0.06 | 17.5 | 0.6 | 0.84 |
| Hex | EF | CD | BF | 0 | E | 14 | 6 | 12 | 3C | 54 |
| Octal | 357 | 315 | 277 | 0 | 16 | 24 | 6 | 22 | 74 | 124 |
| Binary | 11101111 | 11001101 | 10111111 | 0 | 1110 | 10100 | 110 | 10010 | 111100 | 1010100 |
Color Harmonies of #EFCDBF
Complementary color
Monochromatic Colors of #EFCDBF
Black with #EFCDBF
Text Example
Text Example
White with #EFCDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCDBF; }
p { color: rgb(239,205,191); }
H1.HeaderClassName
{
color: #EFCDBF;
}
.AnyTagClassName
{
color: #EFCDBF;
}
</style>
background-color css
<style>
a { background-color: #EFCDBF; }
a { background-color: rgb(239,205,191); }
div.DivClassName
{
background-color: #EFCDBF;
}
.BgClassName
{
background-color: #EFCDBF;
}
</style>
border-color css
<style>
span { border-color: #EFCDBF; }
span { border-color: rgb(239,205,191); }
td.TdClassName
{
border-color: #EFCDBF;
}
.TagClassName
{
border-color: #EFCDBF;
}
</style>