Shades of Watusi #EFC8BD
Tints of Watusi #EFC8BD
RGB
CMYK
RGB Variations
Color information
#EFC8BD (or 0xEFC8BD) is known color: Watusi. HEX triplet: EF, C8 and BD. RGB value is (239,200,189). Sum of RGB (Red+Green+Blue) = 239+200+189=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 200 (78.52% from 255 or 31.85% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC8BD is #103742. Grayscale: #D2D2D2. Windows color (decimal): -1062723 or 12437743. OLE color: 12437743.
HSL color Cylindrical-coordinate representation of color #EFC8BD: hue angle of 13.2º 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 #EFC8BD is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 189 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.06 |
| HSL | 13.2º | 0.61% | 0.84% | - |
| HSV(B) | 13.2º | 0.21% | 0.94% | - |
| XYZ | 65.44 | 63.33 | 56.92 | - |
| YUV | 210.41 | 115.92 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 189 | 0 | 0.16 | 0.21 | 0.06 | 13.2 | 0.61 | 0.84 |
| Hex | EF | C8 | BD | 0 | 10 | 15 | 6 | D | 3D | 54 |
| Octal | 357 | 310 | 275 | 0 | 20 | 25 | 6 | 15 | 75 | 124 |
| Binary | 11101111 | 11001000 | 10111101 | 0 | 10000 | 10101 | 110 | 1101 | 111101 | 1010100 |
Color Harmonies of #EFC8BD
Complementary color
Monochromatic Colors of #EFC8BD
Black with #EFC8BD
Text Example
Text Example
White with #EFC8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC8BD; }
p { color: rgb(239,200,189); }
H1.HeaderClassName
{
color: #EFC8BD;
}
.AnyTagClassName
{
color: #EFC8BD;
}
</style>
background-color css
<style>
a { background-color: #EFC8BD; }
a { background-color: rgb(239,200,189); }
div.DivClassName
{
background-color: #EFC8BD;
}
.BgClassName
{
background-color: #EFC8BD;
}
</style>
border-color css
<style>
span { border-color: #EFC8BD; }
span { border-color: rgb(239,200,189); }
td.TdClassName
{
border-color: #EFC8BD;
}
.TagClassName
{
border-color: #EFC8BD;
}
</style>