Shades of Rum Swizzle #EDE9CF
Tints of Rum Swizzle #EDE9CF
RGB
CMYK
RGB Variations
Color information
#EDE9CF (or 0xEDE9CF) is known color: Rum Swizzle. HEX triplet: ED, E9 and CF. RGB value is (237,233,207). Sum of RGB (Red+Green+Blue) = 237+233+207=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 233 (91.41% from 255 or 34.42% from 677); Blue value is 207 (81.25% from 255 or 30.58% from 677); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE9CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE9CF is #121630. Grayscale: #E7E7E7. Windows color (decimal): -1185329 or 13625837. OLE color: 13625837.
HSL color Cylindrical-coordinate representation of color #EDE9CF: hue angle of 52º degrees, saturation: 0.45, 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 #EDE9CF is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 207 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.07 |
| HSL | 52º | 0.45% | 0.87% | - |
| HSV(B) | 52º | 0.13% | 0.93% | - |
| XYZ | 75.33 | 80.79 | 70.65 | - |
| YUV | 231.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 207 | 0 | 0.02 | 0.13 | 0.07 | 52 | 0.45 | 0.87 |
| Hex | ED | E9 | CF | 0 | 2 | D | 7 | 34 | 2D | 57 |
| Octal | 355 | 351 | 317 | 0 | 2 | 15 | 7 | 64 | 55 | 127 |
| Binary | 11101101 | 11101001 | 11001111 | 0 | 10 | 1101 | 111 | 110100 | 101101 | 1010111 |
Color Harmonies of #EDE9CF
Complementary color
Monochromatic Colors of #EDE9CF
Black with #EDE9CF
Text Example
Text Example
White with #EDE9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE9CF; }
p { color: rgb(237,233,207); }
H1.HeaderClassName
{
color: #EDE9CF;
}
.AnyTagClassName
{
color: #EDE9CF;
}
</style>
background-color css
<style>
a { background-color: #EDE9CF; }
a { background-color: rgb(237,233,207); }
div.DivClassName
{
background-color: #EDE9CF;
}
.BgClassName
{
background-color: #EDE9CF;
}
</style>
border-color css
<style>
span { border-color: #EDE9CF; }
span { border-color: rgb(237,233,207); }
td.TdClassName
{
border-color: #EDE9CF;
}
.TagClassName
{
border-color: #EDE9CF;
}
</style>