Shades of Rum Swizzle #EFECCD
Tints of Rum Swizzle #EFECCD
RGB
CMYK
RGB Variations
Color information
#EFECCD (or 0xEFECCD) is known color: Rum Swizzle. HEX triplet: EF, EC and CD. RGB value is (239,236,205). Sum of RGB (Red+Green+Blue) = 239+236+205=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 236 (92.58% from 255 or 34.71% from 680); Blue value is 205 (80.47% from 255 or 30.15% from 680); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECCD is #101332. Grayscale: #E9E9E9. Windows color (decimal): -1053491 or 13495535. OLE color: 13495535.
HSL color Cylindrical-coordinate representation of color #EFECCD: hue angle of 54.71º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFECCD is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 205 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.06 |
| HSL | 54.71º | 0.52% | 0.87% | - |
| HSV(B) | 54.71º | 0.14% | 0.94% | - |
| XYZ | 76.61 | 82.75 | 69.69 | - |
| YUV | 233.36 | 111.99 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 205 | 0 | 0.01 | 0.14 | 0.06 | 54.71 | 0.52 | 0.87 |
| Hex | EF | EC | CD | 0 | 1 | E | 6 | 37 | 34 | 57 |
| Octal | 357 | 354 | 315 | 0 | 1 | 16 | 6 | 67 | 64 | 127 |
| Binary | 11101111 | 11101100 | 11001101 | 0 | 1 | 1110 | 110 | 110111 | 110100 | 1010111 |
Color Harmonies of #EFECCD
Complementary color
Monochromatic Colors of #EFECCD
Black with #EFECCD
Text Example
Text Example
White with #EFECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFECCD; }
p { color: rgb(239,236,205); }
H1.HeaderClassName
{
color: #EFECCD;
}
.AnyTagClassName
{
color: #EFECCD;
}
</style>
background-color css
<style>
a { background-color: #EFECCD; }
a { background-color: rgb(239,236,205); }
div.DivClassName
{
background-color: #EFECCD;
}
.BgClassName
{
background-color: #EFECCD;
}
</style>
border-color css
<style>
span { border-color: #EFECCD; }
span { border-color: rgb(239,236,205); }
td.TdClassName
{
border-color: #EFECCD;
}
.TagClassName
{
border-color: #EFECCD;
}
</style>