Shades of Watusi #EFD2BD
Tints of Watusi #EFD2BD
RGB
CMYK
RGB Variations
Color information
#EFD2BD (or 0xEFD2BD) is known color: Watusi. HEX triplet: EF, D2 and BD. RGB value is (239,210,189). Sum of RGB (Red+Green+Blue) = 239+210+189=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 210 (82.42% from 255 or 32.92% from 638); Blue value is 189 (74.22% from 255 or 29.62% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD2BD is #102D42. Grayscale: #D8D8D8. Windows color (decimal): -1060163 or 12440303. OLE color: 12440303.
HSL color Cylindrical-coordinate representation of color #EFD2BD: hue angle of 25.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 #EFD2BD is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 189 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.06 |
| HSL | 25.2º | 0.61% | 0.84% | - |
| HSV(B) | 25.2º | 0.21% | 0.94% | - |
| XYZ | 67.83 | 68.12 | 57.72 | - |
| YUV | 216.28 | 112.61 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 189 | 0 | 0.12 | 0.21 | 0.06 | 25.2 | 0.61 | 0.84 |
| Hex | EF | D2 | BD | 0 | C | 15 | 6 | 19 | 3D | 54 |
| Octal | 357 | 322 | 275 | 0 | 14 | 25 | 6 | 31 | 75 | 124 |
| Binary | 11101111 | 11010010 | 10111101 | 0 | 1100 | 10101 | 110 | 11001 | 111101 | 1010100 |
Color Harmonies of #EFD2BD
Complementary color
Monochromatic Colors of #EFD2BD
Black with #EFD2BD
Text Example
Text Example
White with #EFD2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD2BD; }
p { color: rgb(239,210,189); }
H1.HeaderClassName
{
color: #EFD2BD;
}
.AnyTagClassName
{
color: #EFD2BD;
}
</style>
background-color css
<style>
a { background-color: #EFD2BD; }
a { background-color: rgb(239,210,189); }
div.DivClassName
{
background-color: #EFD2BD;
}
.BgClassName
{
background-color: #EFD2BD;
}
</style>
border-color css
<style>
span { border-color: #EFD2BD; }
span { border-color: rgb(239,210,189); }
td.TdClassName
{
border-color: #EFD2BD;
}
.TagClassName
{
border-color: #EFD2BD;
}
</style>