Shades of Watusi #EFCDBD
Tints of Watusi #EFCDBD
RGB
CMYK
RGB Variations
Color information
#EFCDBD (or 0xEFCDBD) is known color: Watusi. HEX triplet: EF, CD and BD. RGB value is (239,205,189). Sum of RGB (Red+Green+Blue) = 239+205+189=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDBD is #103242. Grayscale: #D5D5D5. Windows color (decimal): -1061443 or 12439023. OLE color: 12439023.
HSL color Cylindrical-coordinate representation of color #EFCDBD: hue angle of 19.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 #EFCDBD is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 205 | 189 | - |
CMYK | 0 | 0.14 | 0.21 | 0.06 |
HSL | 19.2º | 0.61% | 0.84% | - |
HSV(B) | 19.2º | 0.21% | 0.94% | - |
XYZ | 66.61 | 65.69 | 57.31 | - |
YUV | 213.34 | 114.26 | 146.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 205 | 189 | 0 | 0.14 | 0.21 | 0.06 | 19.2 | 0.61 | 0.84 |
Hex | EF | CD | BD | 0 | E | 15 | 6 | 13 | 3D | 54 |
Octal | 357 | 315 | 275 | 0 | 16 | 25 | 6 | 23 | 75 | 124 |
Binary | 11101111 | 11001101 | 10111101 | 0 | 1110 | 10101 | 110 | 10011 | 111101 | 1010100 |
Color Harmonies of #EFCDBD
Complementary color
Monochromatic Colors of #EFCDBD
Black with #EFCDBD
Text Example
Text Example
White with #EFCDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCDBD; }
p { color: rgb(239,205,189); }
H1.HeaderClassName
{
color: #EFCDBD;
}
.AnyTagClassName
{
color: #EFCDBD;
}
</style>
background-color css
<style>
a { background-color: #EFCDBD; }
a { background-color: rgb(239,205,189); }
div.DivClassName
{
background-color: #EFCDBD;
}
.BgClassName
{
background-color: #EFCDBD;
}
</style>
border-color css
<style>
span { border-color: #EFCDBD; }
span { border-color: rgb(239,205,189); }
td.TdClassName
{
border-color: #EFCDBD;
}
.TagClassName
{
border-color: #EFCDBD;
}
</style>