Shades of Rum Swizzle #EEEDD4
Tints of Rum Swizzle #EEEDD4
RGB
CMYK
RGB Variations
Color information
#EEEDD4 (or 0xEEEDD4) is known color: Rum Swizzle. HEX triplet: EE, ED and D4. RGB value is (238,237,212). Sum of RGB (Red+Green+Blue) = 238+237+212=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 212 (83.20% from 255 or 30.86% from 687); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEDD4 is #11122B. Grayscale: #EAEAEA. Windows color (decimal): -1118764 or 13954542. OLE color: 13954542.
HSL color Cylindrical-coordinate representation of color #EEEDD4: hue angle of 57.69º degrees, saturation: 0.43, 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 #EEEDD4 is Cyan = 0, Magento = 0.00, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 237 | 212 | - |
CMYK | 0 | 0.00 | 0.11 | 0.07 |
HSL | 57.69º | 0.43% | 0.88% | - |
HSV(B) | 57.69º | 0.11% | 0.93% | - |
XYZ | 77.43 | 83.5 | 74.32 | - |
YUV | 234.45 | 115.33 | 130.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 237 | 212 | 0 | 0.00 | 0.11 | 0.07 | 57.69 | 0.43 | 0.88 |
Hex | EE | ED | D4 | 0 | 0 | B | 7 | 3A | 2B | 58 |
Octal | 356 | 355 | 324 | 0 | 0 | 13 | 7 | 72 | 53 | 130 |
Binary | 11101110 | 11101101 | 11010100 | 0 | 0 | 1011 | 111 | 111010 | 101011 | 1011000 |
Color Harmonies of #EEEDD4
Complementary color
Monochromatic Colors of #EEEDD4
Black with #EEEDD4
Text Example
Text Example
White with #EEEDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEDD4; }
p { color: rgb(238,237,212); }
H1.HeaderClassName
{
color: #EEEDD4;
}
.AnyTagClassName
{
color: #EEEDD4;
}
</style>
background-color css
<style>
a { background-color: #EEEDD4; }
a { background-color: rgb(238,237,212); }
div.DivClassName
{
background-color: #EEEDD4;
}
.BgClassName
{
background-color: #EEEDD4;
}
</style>
border-color css
<style>
span { border-color: #EEEDD4; }
span { border-color: rgb(238,237,212); }
td.TdClassName
{
border-color: #EEEDD4;
}
.TagClassName
{
border-color: #EEEDD4;
}
</style>