Shades of Rum Swizzle #EBE8D4
Tints of Rum Swizzle #EBE8D4
RGB
CMYK
RGB Variations
Color information
#EBE8D4 (or 0xEBE8D4) is known color: Rum Swizzle. HEX triplet: EB, E8 and D4. RGB value is (235,232,212). Sum of RGB (Red+Green+Blue) = 235+232+212=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 232 (91.02% from 255 or 34.17% from 679); Blue value is 212 (83.20% from 255 or 31.22% from 679); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8D4 is #14172B. Grayscale: #E6E6E6. Windows color (decimal): -1316652 or 13953259. OLE color: 13953259.
HSL color Cylindrical-coordinate representation of color #EBE8D4: hue angle of 52.17º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBE8D4 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 212 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.08 |
| HSL | 52.17º | 0.37% | 0.88% | - |
| HSV(B) | 52.17º | 0.1% | 0.92% | - |
| XYZ | 75 | 80.13 | 73.8 | - |
| YUV | 230.62 | 117.49 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 212 | 0 | 0.01 | 0.10 | 0.08 | 52.17 | 0.37 | 0.88 |
| Hex | EB | E8 | D4 | 0 | 1 | A | 8 | 34 | 25 | 58 |
| Octal | 353 | 350 | 324 | 0 | 1 | 12 | 10 | 64 | 45 | 130 |
| Binary | 11101011 | 11101000 | 11010100 | 0 | 1 | 1010 | 1000 | 110100 | 100101 | 1011000 |
Color Harmonies of #EBE8D4
Complementary color
Monochromatic Colors of #EBE8D4
Black with #EBE8D4
Text Example
Text Example
White with #EBE8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE8D4; }
p { color: rgb(235,232,212); }
H1.HeaderClassName
{
color: #EBE8D4;
}
.AnyTagClassName
{
color: #EBE8D4;
}
</style>
background-color css
<style>
a { background-color: #EBE8D4; }
a { background-color: rgb(235,232,212); }
div.DivClassName
{
background-color: #EBE8D4;
}
.BgClassName
{
background-color: #EBE8D4;
}
</style>
border-color css
<style>
span { border-color: #EBE8D4; }
span { border-color: rgb(235,232,212); }
td.TdClassName
{
border-color: #EBE8D4;
}
.TagClassName
{
border-color: #EBE8D4;
}
</style>