Shades of Rum Swizzle #EEEDD7
Tints of Rum Swizzle #EEEDD7
RGB
CMYK
RGB Variations
Color information
#EEEDD7 (or 0xEEEDD7) is known color: Rum Swizzle. HEX triplet: EE, ED and D7. RGB value is (238,237,215). Sum of RGB (Red+Green+Blue) = 238+237+215=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 237 (92.97% from 255 or 34.35% from 690); Blue value is 215 (84.38% from 255 or 31.16% from 690); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEDD7 is #111228. Grayscale: #EAEAEA. Windows color (decimal): -1118761 or 14151150. OLE color: 14151150.
HSL color Cylindrical-coordinate representation of color #EEEDD7: hue angle of 57.39º degrees, saturation: 0.4, 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 #EEEDD7 is Cyan = 0, Magento = 0.00, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 237 | 215 | - |
CMYK | 0 | 0.00 | 0.10 | 0.07 |
HSL | 57.39º | 0.4% | 0.89% | - |
HSV(B) | 57.39º | 0.1% | 0.93% | - |
XYZ | 77.81 | 83.65 | 76.34 | - |
YUV | 234.79 | 116.83 | 130.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 237 | 215 | 0 | 0.00 | 0.10 | 0.07 | 57.39 | 0.4 | 0.89 |
Hex | EE | ED | D7 | 0 | 0 | A | 7 | 39 | 28 | 59 |
Octal | 356 | 355 | 327 | 0 | 0 | 12 | 7 | 71 | 50 | 131 |
Binary | 11101110 | 11101101 | 11010111 | 0 | 0 | 1010 | 111 | 111001 | 101000 | 1011001 |
Color Harmonies of #EEEDD7
Complementary color
Monochromatic Colors of #EEEDD7
Black with #EEEDD7
Text Example
Text Example
White with #EEEDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEDD7; }
p { color: rgb(238,237,215); }
H1.HeaderClassName
{
color: #EEEDD7;
}
.AnyTagClassName
{
color: #EEEDD7;
}
</style>
background-color css
<style>
a { background-color: #EEEDD7; }
a { background-color: rgb(238,237,215); }
div.DivClassName
{
background-color: #EEEDD7;
}
.BgClassName
{
background-color: #EEEDD7;
}
</style>
border-color css
<style>
span { border-color: #EEEDD7; }
span { border-color: rgb(238,237,215); }
td.TdClassName
{
border-color: #EEEDD7;
}
.TagClassName
{
border-color: #EEEDD7;
}
</style>