Shades of Rum Swizzle #EDEBD3
Tints of Rum Swizzle #EDEBD3
RGB
CMYK
RGB Variations
Color information
#EDEBD3 (or 0xEDEBD3) is known color: Rum Swizzle. HEX triplet: ED, EB and D3. RGB value is (237,235,211). Sum of RGB (Red+Green+Blue) = 237+235+211=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 235 (92.19% from 255 or 34.41% from 683); Blue value is 211 (82.81% from 255 or 30.89% from 683); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBD3 is #12142C. Grayscale: #E8E8E8. Windows color (decimal): -1184813 or 13888493. OLE color: 13888493.
HSL color Cylindrical-coordinate representation of color #EDEBD3: hue angle of 55.38º degrees, saturation: 0.42, 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 #EDEBD3 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 235 | 211 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.07 |
| HSL | 55.38º | 0.42% | 0.88% | - |
| HSV(B) | 55.38º | 0.11% | 0.93% | - |
| XYZ | 76.39 | 82.12 | 73.45 | - |
| YUV | 232.86 | 115.66 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 235 | 211 | 0 | 0.01 | 0.11 | 0.07 | 55.38 | 0.42 | 0.88 |
| Hex | ED | EB | D3 | 0 | 1 | B | 7 | 37 | 2A | 58 |
| Octal | 355 | 353 | 323 | 0 | 1 | 13 | 7 | 67 | 52 | 130 |
| Binary | 11101101 | 11101011 | 11010011 | 0 | 1 | 1011 | 111 | 110111 | 101010 | 1011000 |
Color Harmonies of #EDEBD3
Complementary color
Monochromatic Colors of #EDEBD3
Black with #EDEBD3
Text Example
Text Example
White with #EDEBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEBD3; }
p { color: rgb(237,235,211); }
H1.HeaderClassName
{
color: #EDEBD3;
}
.AnyTagClassName
{
color: #EDEBD3;
}
</style>
background-color css
<style>
a { background-color: #EDEBD3; }
a { background-color: rgb(237,235,211); }
div.DivClassName
{
background-color: #EDEBD3;
}
.BgClassName
{
background-color: #EDEBD3;
}
</style>
border-color css
<style>
span { border-color: #EDEBD3; }
span { border-color: rgb(237,235,211); }
td.TdClassName
{
border-color: #EDEBD3;
}
.TagClassName
{
border-color: #EDEBD3;
}
</style>