Shades of Watusi #EFCBBF
Tints of Watusi #EFCBBF
RGB
CMYK
RGB Variations
Color information
#EFCBBF (or 0xEFCBBF) is known color: Watusi. HEX triplet: EF, CB and BF. RGB value is (239,203,191). Sum of RGB (Red+Green+Blue) = 239+203+191=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 191 (75% from 255 or 30.17% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBBF is #103440. Grayscale: #D4D4D4. Windows color (decimal): -1061953 or 12569583. OLE color: 12569583.
HSL color Cylindrical-coordinate representation of color #EFCBBF: hue angle of 15º 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 #EFCBBF is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 191 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.06 |
| HSL | 15º | 0.6% | 0.84% | - |
| HSV(B) | 15º | 0.2% | 0.94% | - |
| XYZ | 66.36 | 64.82 | 58.31 | - |
| YUV | 212.4 | 115.93 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 191 | 0 | 0.15 | 0.20 | 0.06 | 15 | 0.6 | 0.84 |
| Hex | EF | CB | BF | 0 | F | 14 | 6 | F | 3C | 54 |
| Octal | 357 | 313 | 277 | 0 | 17 | 24 | 6 | 17 | 74 | 124 |
| Binary | 11101111 | 11001011 | 10111111 | 0 | 1111 | 10100 | 110 | 1111 | 111100 | 1010100 |
Color Harmonies of #EFCBBF
Complementary color
Monochromatic Colors of #EFCBBF
Black with #EFCBBF
Text Example
Text Example
White with #EFCBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCBBF; }
p { color: rgb(239,203,191); }
H1.HeaderClassName
{
color: #EFCBBF;
}
.AnyTagClassName
{
color: #EFCBBF;
}
</style>
background-color css
<style>
a { background-color: #EFCBBF; }
a { background-color: rgb(239,203,191); }
div.DivClassName
{
background-color: #EFCBBF;
}
.BgClassName
{
background-color: #EFCBBF;
}
</style>
border-color css
<style>
span { border-color: #EFCBBF; }
span { border-color: rgb(239,203,191); }
td.TdClassName
{
border-color: #EFCBBF;
}
.TagClassName
{
border-color: #EFCBBF;
}
</style>