Shades of Rum Swizzle #EDEBD1
Tints of Rum Swizzle #EDEBD1
RGB
CMYK
RGB Variations
Color information
#EDEBD1 (or 0xEDEBD1) is known color: Rum Swizzle. HEX triplet: ED, EB and D1. RGB value is (237,235,209). Sum of RGB (Red+Green+Blue) = 237+235+209=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 235 (92.19% from 255 or 34.51% from 681); Blue value is 209 (82.03% from 255 or 30.69% from 681); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBD1 is #12142E. Grayscale: #E8E8E8. Windows color (decimal): -1184815 or 13757421. OLE color: 13757421.
HSL color Cylindrical-coordinate representation of color #EDEBD1: hue angle of 55.71º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDEBD1 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 235 | 209 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.07 |
| HSL | 55.71º | 0.44% | 0.87% | - |
| HSV(B) | 55.71º | 0.12% | 0.93% | - |
| XYZ | 76.14 | 82.02 | 72.14 | - |
| YUV | 232.63 | 114.66 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 235 | 209 | 0 | 0.01 | 0.12 | 0.07 | 55.71 | 0.44 | 0.87 |
| Hex | ED | EB | D1 | 0 | 1 | C | 7 | 38 | 2C | 57 |
| Octal | 355 | 353 | 321 | 0 | 1 | 14 | 7 | 70 | 54 | 127 |
| Binary | 11101101 | 11101011 | 11010001 | 0 | 1 | 1100 | 111 | 111000 | 101100 | 1010111 |
Color Harmonies of #EDEBD1
Complementary color
Monochromatic Colors of #EDEBD1
Black with #EDEBD1
Text Example
Text Example
White with #EDEBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEBD1; }
p { color: rgb(237,235,209); }
H1.HeaderClassName
{
color: #EDEBD1;
}
.AnyTagClassName
{
color: #EDEBD1;
}
</style>
background-color css
<style>
a { background-color: #EDEBD1; }
a { background-color: rgb(237,235,209); }
div.DivClassName
{
background-color: #EDEBD1;
}
.BgClassName
{
background-color: #EDEBD1;
}
</style>
border-color css
<style>
span { border-color: #EDEBD1; }
span { border-color: rgb(237,235,209); }
td.TdClassName
{
border-color: #EDEBD1;
}
.TagClassName
{
border-color: #EDEBD1;
}
</style>