Shades of Rum Swizzle #EEECD0
Tints of Rum Swizzle #EEECD0
RGB
CMYK
RGB Variations
Color information
#EEECD0 (or 0xEEECD0) is known color: Rum Swizzle. HEX triplet: EE, EC and D0. RGB value is (238,236,208). Sum of RGB (Red+Green+Blue) = 238+236+208=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 236 (92.58% from 255 or 34.60% from 682); Blue value is 208 (81.64% from 255 or 30.50% from 682); Max value from RGB is 238 - color contains mainly: red. Hex color #EEECD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEECD0 is #11132F. Grayscale: #E9E9E9. Windows color (decimal): -1119024 or 13692142. OLE color: 13692142.
HSL color Cylindrical-coordinate representation of color #EEECD0: hue angle of 56º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EEECD0 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 236 | 208 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.07 |
| HSL | 56º | 0.47% | 0.87% | - |
| HSV(B) | 56º | 0.13% | 0.93% | - |
| XYZ | 76.64 | 82.72 | 71.6 | - |
| YUV | 233.41 | 113.66 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 236 | 208 | 0 | 0.01 | 0.13 | 0.07 | 56 | 0.47 | 0.87 |
| Hex | EE | EC | D0 | 0 | 1 | D | 7 | 38 | 2F | 57 |
| Octal | 356 | 354 | 320 | 0 | 1 | 15 | 7 | 70 | 57 | 127 |
| Binary | 11101110 | 11101100 | 11010000 | 0 | 1 | 1101 | 111 | 111000 | 101111 | 1010111 |
Color Harmonies of #EEECD0
Complementary color
Monochromatic Colors of #EEECD0
Black with #EEECD0
Text Example
Text Example
White with #EEECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEECD0; }
p { color: rgb(238,236,208); }
H1.HeaderClassName
{
color: #EEECD0;
}
.AnyTagClassName
{
color: #EEECD0;
}
</style>
background-color css
<style>
a { background-color: #EEECD0; }
a { background-color: rgb(238,236,208); }
div.DivClassName
{
background-color: #EEECD0;
}
.BgClassName
{
background-color: #EEECD0;
}
</style>
border-color css
<style>
span { border-color: #EEECD0; }
span { border-color: rgb(238,236,208); }
td.TdClassName
{
border-color: #EEECD0;
}
.TagClassName
{
border-color: #EEECD0;
}
</style>