Shades of Rum Swizzle #EDE9D7
Tints of Rum Swizzle #EDE9D7
RGB
CMYK
RGB Variations
Color information
#EDE9D7 (or 0xEDE9D7) is known color: Rum Swizzle. HEX triplet: ED, E9 and D7. RGB value is (237,233,215). Sum of RGB (Red+Green+Blue) = 237+233+215=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 233 (91.41% from 255 or 34.01% from 685); Blue value is 215 (84.38% from 255 or 31.39% from 685); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE9D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE9D7 is #121628. Grayscale: #E8E8E8. Windows color (decimal): -1185321 or 14150125. OLE color: 14150125.
HSL color Cylindrical-coordinate representation of color #EDE9D7: hue angle of 49.09º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDE9D7 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 215 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.07 |
| HSL | 49.09º | 0.38% | 0.89% | - |
| HSV(B) | 49.09º | 0.09% | 0.93% | - |
| XYZ | 76.33 | 81.19 | 75.94 | - |
| YUV | 232.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 215 | 0 | 0.02 | 0.09 | 0.07 | 49.09 | 0.38 | 0.89 |
| Hex | ED | E9 | D7 | 0 | 2 | 9 | 7 | 31 | 26 | 59 |
| Octal | 355 | 351 | 327 | 0 | 2 | 11 | 7 | 61 | 46 | 131 |
| Binary | 11101101 | 11101001 | 11010111 | 0 | 10 | 1001 | 111 | 110001 | 100110 | 1011001 |
Color Harmonies of #EDE9D7
Complementary color
Monochromatic Colors of #EDE9D7
Black with #EDE9D7
Text Example
Text Example
White with #EDE9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE9D7; }
p { color: rgb(237,233,215); }
H1.HeaderClassName
{
color: #EDE9D7;
}
.AnyTagClassName
{
color: #EDE9D7;
}
</style>
background-color css
<style>
a { background-color: #EDE9D7; }
a { background-color: rgb(237,233,215); }
div.DivClassName
{
background-color: #EDE9D7;
}
.BgClassName
{
background-color: #EDE9D7;
}
</style>
border-color css
<style>
span { border-color: #EDE9D7; }
span { border-color: rgb(237,233,215); }
td.TdClassName
{
border-color: #EDE9D7;
}
.TagClassName
{
border-color: #EDE9D7;
}
</style>