Shades of Watusi #EFCCBD
Tints of Watusi #EFCCBD
RGB
CMYK
RGB Variations
Color information
#EFCCBD (or 0xEFCCBD) is known color: Watusi. HEX triplet: EF, CC and BD. RGB value is (239,204,189). Sum of RGB (Red+Green+Blue) = 239+204+189=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCBD is #103342. Grayscale: #D4D4D4. Windows color (decimal): -1061699 or 12438767. OLE color: 12438767.
HSL color Cylindrical-coordinate representation of color #EFCCBD: hue angle of 18º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFCCBD is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 189 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.06 |
| HSL | 18º | 0.61% | 0.84% | - |
| HSV(B) | 18º | 0.21% | 0.94% | - |
| XYZ | 66.37 | 65.21 | 57.23 | - |
| YUV | 212.76 | 114.6 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 189 | 0 | 0.15 | 0.21 | 0.06 | 18 | 0.61 | 0.84 |
| Hex | EF | CC | BD | 0 | F | 15 | 6 | 12 | 3D | 54 |
| Octal | 357 | 314 | 275 | 0 | 17 | 25 | 6 | 22 | 75 | 124 |
| Binary | 11101111 | 11001100 | 10111101 | 0 | 1111 | 10101 | 110 | 10010 | 111101 | 1010100 |
Color Harmonies of #EFCCBD
Complementary color
Monochromatic Colors of #EFCCBD
Black with #EFCCBD
Text Example
Text Example
White with #EFCCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCCBD; }
p { color: rgb(239,204,189); }
H1.HeaderClassName
{
color: #EFCCBD;
}
.AnyTagClassName
{
color: #EFCCBD;
}
</style>
background-color css
<style>
a { background-color: #EFCCBD; }
a { background-color: rgb(239,204,189); }
div.DivClassName
{
background-color: #EFCCBD;
}
.BgClassName
{
background-color: #EFCCBD;
}
</style>
border-color css
<style>
span { border-color: #EFCCBD; }
span { border-color: rgb(239,204,189); }
td.TdClassName
{
border-color: #EFCCBD;
}
.TagClassName
{
border-color: #EFCCBD;
}
</style>