Shades of Watusi #EFCBBC
Tints of Watusi #EFCBBC
RGB
CMYK
RGB Variations
Color information
#EFCBBC (or 0xEFCBBC) is known color: Watusi. HEX triplet: EF, CB and BC. RGB value is (239,203,188). Sum of RGB (Red+Green+Blue) = 239+203+188=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 188 (73.83% from 255 or 29.84% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBBC is #103443. Grayscale: #D4D4D4. Windows color (decimal): -1061956 or 12372975. OLE color: 12372975.
HSL color Cylindrical-coordinate representation of color #EFCBBC: hue angle of 17.65º 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 #EFCBBC is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 188 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.06 |
| HSL | 17.65º | 0.61% | 0.84% | - |
| HSV(B) | 17.65º | 0.21% | 0.94% | - |
| XYZ | 66.03 | 64.69 | 56.58 | - |
| YUV | 212.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 188 | 0 | 0.15 | 0.21 | 0.06 | 17.65 | 0.61 | 0.84 |
| Hex | EF | CB | BC | 0 | F | 15 | 6 | 12 | 3D | 54 |
| Octal | 357 | 313 | 274 | 0 | 17 | 25 | 6 | 22 | 75 | 124 |
| Binary | 11101111 | 11001011 | 10111100 | 0 | 1111 | 10101 | 110 | 10010 | 111101 | 1010100 |
Color Harmonies of #EFCBBC
Complementary color
Monochromatic Colors of #EFCBBC
Black with #EFCBBC
Text Example
Text Example
White with #EFCBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCBBC; }
p { color: rgb(239,203,188); }
H1.HeaderClassName
{
color: #EFCBBC;
}
.AnyTagClassName
{
color: #EFCBBC;
}
</style>
background-color css
<style>
a { background-color: #EFCBBC; }
a { background-color: rgb(239,203,188); }
div.DivClassName
{
background-color: #EFCBBC;
}
.BgClassName
{
background-color: #EFCBBC;
}
</style>
border-color css
<style>
span { border-color: #EFCBBC; }
span { border-color: rgb(239,203,188); }
td.TdClassName
{
border-color: #EFCBBC;
}
.TagClassName
{
border-color: #EFCBBC;
}
</style>