Shades of Rum Swizzle #EEECDA
Tints of Rum Swizzle #EEECDA
RGB
CMYK
RGB Variations
Color information
#EEECDA (or 0xEEECDA) is known color: Rum Swizzle. HEX triplet: EE, EC and DA. RGB value is (238,236,218). Sum of RGB (Red+Green+Blue) = 238+236+218=692 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.39% from 692); Green value is 236 (92.58% from 255 or 34.10% from 692); Blue value is 218 (85.55% from 255 or 31.50% from 692); Max value from RGB is 238 - color contains mainly: red. Hex color #EEECDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEECDA is #111325. Grayscale: #EAEAEA. Windows color (decimal): -1119014 or 14347502. OLE color: 14347502.
HSL color Cylindrical-coordinate representation of color #EEECDA: hue angle of 54º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEECDA is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 236 | 218 | - |
CMYK | 0 | 0.01 | 0.08 | 0.07 |
HSL | 54º | 0.37% | 0.89% | - |
HSV(B) | 54º | 0.08% | 0.93% | - |
XYZ | 77.91 | 83.23 | 78.29 | - |
YUV | 234.55 | 118.66 | 130.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 236 | 218 | 0 | 0.01 | 0.08 | 0.07 | 54 | 0.37 | 0.89 |
Hex | EE | EC | DA | 0 | 1 | 8 | 7 | 36 | 25 | 59 |
Octal | 356 | 354 | 332 | 0 | 1 | 10 | 7 | 66 | 45 | 131 |
Binary | 11101110 | 11101100 | 11011010 | 0 | 1 | 1000 | 111 | 110110 | 100101 | 1011001 |
Color Harmonies of #EEECDA
Complementary color
Monochromatic Colors of #EEECDA
Black with #EEECDA
Text Example
Text Example
White with #EEECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEECDA; }
p { color: rgb(238,236,218); }
H1.HeaderClassName
{
color: #EEECDA;
}
.AnyTagClassName
{
color: #EEECDA;
}
</style>
background-color css
<style>
a { background-color: #EEECDA; }
a { background-color: rgb(238,236,218); }
div.DivClassName
{
background-color: #EEECDA;
}
.BgClassName
{
background-color: #EEECDA;
}
</style>
border-color css
<style>
span { border-color: #EEECDA; }
span { border-color: rgb(238,236,218); }
td.TdClassName
{
border-color: #EEECDA;
}
.TagClassName
{
border-color: #EEECDA;
}
</style>