Shades of Rum Swizzle #EBE8D5
Tints of Rum Swizzle #EBE8D5
RGB
CMYK
RGB Variations
Color information
#EBE8D5 (or 0xEBE8D5) is known color: Rum Swizzle. HEX triplet: EB, E8 and D5. RGB value is (235,232,213). Sum of RGB (Red+Green+Blue) = 235+232+213=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 232 (91.02% from 255 or 34.12% from 680); Blue value is 213 (83.59% from 255 or 31.32% from 680); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8D5 is #14172A. Grayscale: #E6E6E6. Windows color (decimal): -1316651 or 14018795. OLE color: 14018795.
HSL color Cylindrical-coordinate representation of color #EBE8D5: hue angle of 51.82º degrees, saturation: 0.35, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBE8D5 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 213 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.08 |
| HSL | 51.82º | 0.35% | 0.88% | - |
| HSV(B) | 51.82º | 0.09% | 0.92% | - |
| XYZ | 75.13 | 80.18 | 74.47 | - |
| YUV | 230.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 213 | 0 | 0.01 | 0.09 | 0.08 | 51.82 | 0.35 | 0.88 |
| Hex | EB | E8 | D5 | 0 | 1 | 9 | 8 | 34 | 23 | 58 |
| Octal | 353 | 350 | 325 | 0 | 1 | 11 | 10 | 64 | 43 | 130 |
| Binary | 11101011 | 11101000 | 11010101 | 0 | 1 | 1001 | 1000 | 110100 | 100011 | 1011000 |
Color Harmonies of #EBE8D5
Complementary color
Monochromatic Colors of #EBE8D5
Black with #EBE8D5
Text Example
Text Example
White with #EBE8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE8D5; }
p { color: rgb(235,232,213); }
H1.HeaderClassName
{
color: #EBE8D5;
}
.AnyTagClassName
{
color: #EBE8D5;
}
</style>
background-color css
<style>
a { background-color: #EBE8D5; }
a { background-color: rgb(235,232,213); }
div.DivClassName
{
background-color: #EBE8D5;
}
.BgClassName
{
background-color: #EBE8D5;
}
</style>
border-color css
<style>
span { border-color: #EBE8D5; }
span { border-color: rgb(235,232,213); }
td.TdClassName
{
border-color: #EBE8D5;
}
.TagClassName
{
border-color: #EBE8D5;
}
</style>