Shades of Rum Swizzle #EEEBD5
Tints of Rum Swizzle #EEEBD5
RGB
CMYK
RGB Variations
Color information
#EEEBD5 (or 0xEEEBD5) is known color: Rum Swizzle. HEX triplet: EE, EB and D5. RGB value is (238,235,213). Sum of RGB (Red+Green+Blue) = 238+235+213=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 235 (92.19% from 255 or 34.26% from 686); Blue value is 213 (83.59% from 255 or 31.05% from 686); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEBD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEBD5 is #11142A. Grayscale: #E9E9E9. Windows color (decimal): -1119275 or 14019566. OLE color: 14019566.
HSL color Cylindrical-coordinate representation of color #EEEBD5: hue angle of 52.8º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EEEBD5 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 235 | 213 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.07 |
| HSL | 52.8º | 0.42% | 0.88% | - |
| HSV(B) | 52.8º | 0.11% | 0.93% | - |
| XYZ | 76.98 | 82.4 | 74.8 | - |
| YUV | 233.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 235 | 213 | 0 | 0.01 | 0.11 | 0.07 | 52.8 | 0.42 | 0.88 |
| Hex | EE | EB | D5 | 0 | 1 | B | 7 | 35 | 2A | 58 |
| Octal | 356 | 353 | 325 | 0 | 1 | 13 | 7 | 65 | 52 | 130 |
| Binary | 11101110 | 11101011 | 11010101 | 0 | 1 | 1011 | 111 | 110101 | 101010 | 1011000 |
Color Harmonies of #EEEBD5
Complementary color
Monochromatic Colors of #EEEBD5
Black with #EEEBD5
Text Example
Text Example
White with #EEEBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEBD5; }
p { color: rgb(238,235,213); }
H1.HeaderClassName
{
color: #EEEBD5;
}
.AnyTagClassName
{
color: #EEEBD5;
}
</style>
background-color css
<style>
a { background-color: #EEEBD5; }
a { background-color: rgb(238,235,213); }
div.DivClassName
{
background-color: #EEEBD5;
}
.BgClassName
{
background-color: #EEEBD5;
}
</style>
border-color css
<style>
span { border-color: #EEEBD5; }
span { border-color: rgb(238,235,213); }
td.TdClassName
{
border-color: #EEEBD5;
}
.TagClassName
{
border-color: #EEEBD5;
}
</style>