Shades of Rum Swizzle #EEEBD6
Tints of Rum Swizzle #EEEBD6
RGB
CMYK
RGB Variations
Color information
#EEEBD6 (or 0xEEEBD6) is known color: Rum Swizzle. HEX triplet: EE, EB and D6. RGB value is (238,235,214). Sum of RGB (Red+Green+Blue) = 238+235+214=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 235 (92.19% from 255 or 34.21% from 687); Blue value is 214 (83.98% from 255 or 31.15% from 687); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEBD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEBD6 is #111429. Grayscale: #E9E9E9. Windows color (decimal): -1119274 or 14085102. OLE color: 14085102.
HSL color Cylindrical-coordinate representation of color #EEEBD6: hue angle of 52.5º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEEBD6 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 235 | 214 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.07 |
| HSL | 52.5º | 0.41% | 0.89% | - |
| HSV(B) | 52.5º | 0.1% | 0.93% | - |
| XYZ | 77.11 | 82.45 | 75.47 | - |
| YUV | 233.5 | 116.99 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 235 | 214 | 0 | 0.01 | 0.10 | 0.07 | 52.5 | 0.41 | 0.89 |
| Hex | EE | EB | D6 | 0 | 1 | A | 7 | 34 | 29 | 59 |
| Octal | 356 | 353 | 326 | 0 | 1 | 12 | 7 | 64 | 51 | 131 |
| Binary | 11101110 | 11101011 | 11010110 | 0 | 1 | 1010 | 111 | 110100 | 101001 | 1011001 |
Color Harmonies of #EEEBD6
Complementary color
Monochromatic Colors of #EEEBD6
Black with #EEEBD6
Text Example
Text Example
White with #EEEBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEBD6; }
p { color: rgb(238,235,214); }
H1.HeaderClassName
{
color: #EEEBD6;
}
.AnyTagClassName
{
color: #EEEBD6;
}
</style>
background-color css
<style>
a { background-color: #EEEBD6; }
a { background-color: rgb(238,235,214); }
div.DivClassName
{
background-color: #EEEBD6;
}
.BgClassName
{
background-color: #EEEBD6;
}
</style>
border-color css
<style>
span { border-color: #EEEBD6; }
span { border-color: rgb(238,235,214); }
td.TdClassName
{
border-color: #EEEBD6;
}
.TagClassName
{
border-color: #EEEBD6;
}
</style>