Shades of Rum Swizzle #EFEBD1
Tints of Rum Swizzle #EFEBD1
RGB
CMYK
RGB Variations
Color information
#EFEBD1 (or 0xEFEBD1) is known color: Rum Swizzle. HEX triplet: EF, EB and D1. RGB value is (239,235,209). Sum of RGB (Red+Green+Blue) = 239+235+209=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 235 (92.19% from 255 or 34.41% from 683); Blue value is 209 (82.03% from 255 or 30.60% from 683); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBD1 is #10142E. Grayscale: #E9E9E9. Windows color (decimal): -1053743 or 13757423. OLE color: 13757423.
HSL color Cylindrical-coordinate representation of color #EFEBD1: hue angle of 52º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFEBD1 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 235 | 209 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.06 |
| HSL | 52º | 0.48% | 0.88% | - |
| HSV(B) | 52º | 0.13% | 0.94% | - |
| XYZ | 76.81 | 82.37 | 72.17 | - |
| YUV | 233.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 235 | 209 | 0 | 0.02 | 0.13 | 0.06 | 52 | 0.48 | 0.88 |
| Hex | EF | EB | D1 | 0 | 2 | D | 6 | 34 | 30 | 58 |
| Octal | 357 | 353 | 321 | 0 | 2 | 15 | 6 | 64 | 60 | 130 |
| Binary | 11101111 | 11101011 | 11010001 | 0 | 10 | 1101 | 110 | 110100 | 110000 | 1011000 |
Color Harmonies of #EFEBD1
Complementary color
Monochromatic Colors of #EFEBD1
Black with #EFEBD1
Text Example
Text Example
White with #EFEBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEBD1; }
p { color: rgb(239,235,209); }
H1.HeaderClassName
{
color: #EFEBD1;
}
.AnyTagClassName
{
color: #EFEBD1;
}
</style>
background-color css
<style>
a { background-color: #EFEBD1; }
a { background-color: rgb(239,235,209); }
div.DivClassName
{
background-color: #EFEBD1;
}
.BgClassName
{
background-color: #EFEBD1;
}
</style>
border-color css
<style>
span { border-color: #EFEBD1; }
span { border-color: rgb(239,235,209); }
td.TdClassName
{
border-color: #EFEBD1;
}
.TagClassName
{
border-color: #EFEBD1;
}
</style>