Shades of Rum Swizzle #EBE8D1
Tints of Rum Swizzle #EBE8D1
RGB
CMYK
RGB Variations
Color information
#EBE8D1 (or 0xEBE8D1) is known color: Rum Swizzle. HEX triplet: EB, E8 and D1. RGB value is (235,232,209). Sum of RGB (Red+Green+Blue) = 235+232+209=676 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.76% from 676); Green value is 232 (91.02% from 255 or 34.32% from 676); Blue value is 209 (82.03% from 255 or 30.92% from 676); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8D1 is #14172E. Grayscale: #E6E6E6. Windows color (decimal): -1316655 or 13756651. OLE color: 13756651.
HSL color Cylindrical-coordinate representation of color #EBE8D1: hue angle of 53.08º degrees, saturation: 0.39, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBE8D1 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 209 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.08 |
| HSL | 53.08º | 0.39% | 0.87% | - |
| HSV(B) | 53.08º | 0.11% | 0.92% | - |
| XYZ | 74.63 | 79.98 | 71.83 | - |
| YUV | 230.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 209 | 0 | 0.01 | 0.11 | 0.08 | 53.08 | 0.39 | 0.87 |
| Hex | EB | E8 | D1 | 0 | 1 | B | 8 | 35 | 27 | 57 |
| Octal | 353 | 350 | 321 | 0 | 1 | 13 | 10 | 65 | 47 | 127 |
| Binary | 11101011 | 11101000 | 11010001 | 0 | 1 | 1011 | 1000 | 110101 | 100111 | 1010111 |
Color Harmonies of #EBE8D1
Complementary color
Monochromatic Colors of #EBE8D1
Black with #EBE8D1
Text Example
Text Example
White with #EBE8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE8D1; }
p { color: rgb(235,232,209); }
H1.HeaderClassName
{
color: #EBE8D1;
}
.AnyTagClassName
{
color: #EBE8D1;
}
</style>
background-color css
<style>
a { background-color: #EBE8D1; }
a { background-color: rgb(235,232,209); }
div.DivClassName
{
background-color: #EBE8D1;
}
.BgClassName
{
background-color: #EBE8D1;
}
</style>
border-color css
<style>
span { border-color: #EBE8D1; }
span { border-color: rgb(235,232,209); }
td.TdClassName
{
border-color: #EBE8D1;
}
.TagClassName
{
border-color: #EBE8D1;
}
</style>