Shades of Rum Swizzle #EFECD9
Tints of Rum Swizzle #EFECD9
RGB
CMYK
RGB Variations
Color information
#EFECD9 (or 0xEFECD9) is known color: Rum Swizzle. HEX triplet: EF, EC and D9. RGB value is (239,236,217). Sum of RGB (Red+Green+Blue) = 239+236+217=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 236 (92.58% from 255 or 34.10% from 692); Blue value is 217 (85.16% from 255 or 31.36% from 692); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECD9 is #101326. Grayscale: #EAEAEA. Windows color (decimal): -1053479 or 14281967. OLE color: 14281967.
HSL color Cylindrical-coordinate representation of color #EFECD9: hue angle of 51.82º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFECD9 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 217 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.06 |
| HSL | 51.82º | 0.41% | 0.89% | - |
| HSV(B) | 51.82º | 0.09% | 0.94% | - |
| XYZ | 78.12 | 83.35 | 77.62 | - |
| YUV | 234.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 217 | 0 | 0.01 | 0.09 | 0.06 | 51.82 | 0.41 | 0.89 |
| Hex | EF | EC | D9 | 0 | 1 | 9 | 6 | 34 | 29 | 59 |
| Octal | 357 | 354 | 331 | 0 | 1 | 11 | 6 | 64 | 51 | 131 |
| Binary | 11101111 | 11101100 | 11011001 | 0 | 1 | 1001 | 110 | 110100 | 101001 | 1011001 |
Color Harmonies of #EFECD9
Complementary color
Monochromatic Colors of #EFECD9
Black with #EFECD9
Text Example
Text Example
White with #EFECD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFECD9; }
p { color: rgb(239,236,217); }
H1.HeaderClassName
{
color: #EFECD9;
}
.AnyTagClassName
{
color: #EFECD9;
}
</style>
background-color css
<style>
a { background-color: #EFECD9; }
a { background-color: rgb(239,236,217); }
div.DivClassName
{
background-color: #EFECD9;
}
.BgClassName
{
background-color: #EFECD9;
}
</style>
border-color css
<style>
span { border-color: #EFECD9; }
span { border-color: rgb(239,236,217); }
td.TdClassName
{
border-color: #EFECD9;
}
.TagClassName
{
border-color: #EFECD9;
}
</style>