Shades of Rum Swizzle #EFEBD2
Tints of Rum Swizzle #EFEBD2
RGB
CMYK
RGB Variations
Color information
#EFEBD2 (or 0xEFEBD2) is known color: Rum Swizzle. HEX triplet: EF, EB and D2. RGB value is (239,235,210). Sum of RGB (Red+Green+Blue) = 239+235+210=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 235 (92.19% from 255 or 34.36% from 684); Blue value is 210 (82.42% from 255 or 30.70% from 684); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBD2 is #10142D. Grayscale: #E9E9E9. Windows color (decimal): -1053742 or 13822959. OLE color: 13822959.
HSL color Cylindrical-coordinate representation of color #EFEBD2: hue angle of 51.72º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFEBD2 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 235 | 210 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.06 |
| HSL | 51.72º | 0.48% | 0.88% | - |
| HSV(B) | 51.72º | 0.12% | 0.94% | - |
| XYZ | 76.94 | 82.42 | 72.83 | - |
| YUV | 233.35 | 114.83 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 235 | 210 | 0 | 0.02 | 0.12 | 0.06 | 51.72 | 0.48 | 0.88 |
| Hex | EF | EB | D2 | 0 | 2 | C | 6 | 34 | 30 | 58 |
| Octal | 357 | 353 | 322 | 0 | 2 | 14 | 6 | 64 | 60 | 130 |
| Binary | 11101111 | 11101011 | 11010010 | 0 | 10 | 1100 | 110 | 110100 | 110000 | 1011000 |
Color Harmonies of #EFEBD2
Complementary color
Monochromatic Colors of #EFEBD2
Black with #EFEBD2
Text Example
Text Example
White with #EFEBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEBD2; }
p { color: rgb(239,235,210); }
H1.HeaderClassName
{
color: #EFEBD2;
}
.AnyTagClassName
{
color: #EFEBD2;
}
</style>
background-color css
<style>
a { background-color: #EFEBD2; }
a { background-color: rgb(239,235,210); }
div.DivClassName
{
background-color: #EFEBD2;
}
.BgClassName
{
background-color: #EFEBD2;
}
</style>
border-color css
<style>
span { border-color: #EFEBD2; }
span { border-color: rgb(239,235,210); }
td.TdClassName
{
border-color: #EFEBD2;
}
.TagClassName
{
border-color: #EFEBD2;
}
</style>