Shades of Rum Swizzle #EDECD5
Tints of Rum Swizzle #EDECD5
RGB
CMYK
RGB Variations
Color information
#EDECD5 (or 0xEDECD5) is known color: Rum Swizzle. HEX triplet: ED, EC and D5. RGB value is (237,236,213). Sum of RGB (Red+Green+Blue) = 237+236+213=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 213 (83.59% from 255 or 31.05% from 686); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECD5 is #12132A. Grayscale: #E9E9E9. Windows color (decimal): -1184555 or 14019821. OLE color: 14019821.
HSL color Cylindrical-coordinate representation of color #EDECD5: hue angle of 57.5º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDECD5 is Cyan = 0, Magento = 0.00, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 213 | - |
| CMYK | 0 | 0.00 | 0.10 | 0.07 |
| HSL | 57.5º | 0.4% | 0.88% | - |
| HSV(B) | 57.5º | 0.1% | 0.93% | - |
| XYZ | 76.93 | 82.8 | 74.88 | - |
| YUV | 233.68 | 116.33 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 213 | 0 | 0.00 | 0.10 | 0.07 | 57.5 | 0.4 | 0.88 |
| Hex | ED | EC | D5 | 0 | 0 | A | 7 | 3A | 28 | 58 |
| Octal | 355 | 354 | 325 | 0 | 0 | 12 | 7 | 72 | 50 | 130 |
| Binary | 11101101 | 11101100 | 11010101 | 0 | 0 | 1010 | 111 | 111010 | 101000 | 1011000 |
Color Harmonies of #EDECD5
Complementary color
Monochromatic Colors of #EDECD5
Black with #EDECD5
Text Example
Text Example
White with #EDECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDECD5; }
p { color: rgb(237,236,213); }
H1.HeaderClassName
{
color: #EDECD5;
}
.AnyTagClassName
{
color: #EDECD5;
}
</style>
background-color css
<style>
a { background-color: #EDECD5; }
a { background-color: rgb(237,236,213); }
div.DivClassName
{
background-color: #EDECD5;
}
.BgClassName
{
background-color: #EDECD5;
}
</style>
border-color css
<style>
span { border-color: #EDECD5; }
span { border-color: rgb(237,236,213); }
td.TdClassName
{
border-color: #EDECD5;
}
.TagClassName
{
border-color: #EDECD5;
}
</style>