Shades of Rum Swizzle #EDEBD7
Tints of Rum Swizzle #EDEBD7
RGB
CMYK
RGB Variations
Color information
#EDEBD7 (or 0xEDEBD7) is known color: Rum Swizzle. HEX triplet: ED, EB and D7. RGB value is (237,235,215). Sum of RGB (Red+Green+Blue) = 237+235+215=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 235 (92.19% from 255 or 34.21% from 687); Blue value is 215 (84.38% from 255 or 31.30% from 687); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBD7 is #121428. Grayscale: #E9E9E9. Windows color (decimal): -1184809 or 14150637. OLE color: 14150637.
HSL color Cylindrical-coordinate representation of color #EDEBD7: hue angle of 54.55º 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 #EDEBD7 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 235 | 215 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.07 |
| HSL | 54.55º | 0.38% | 0.89% | - |
| HSV(B) | 54.55º | 0.09% | 0.93% | - |
| XYZ | 76.9 | 82.33 | 76.13 | - |
| YUV | 233.32 | 117.66 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 235 | 215 | 0 | 0.01 | 0.09 | 0.07 | 54.55 | 0.38 | 0.89 |
| Hex | ED | EB | D7 | 0 | 1 | 9 | 7 | 37 | 26 | 59 |
| Octal | 355 | 353 | 327 | 0 | 1 | 11 | 7 | 67 | 46 | 131 |
| Binary | 11101101 | 11101011 | 11010111 | 0 | 1 | 1001 | 111 | 110111 | 100110 | 1011001 |
Color Harmonies of #EDEBD7
Complementary color
Monochromatic Colors of #EDEBD7
Black with #EDEBD7
Text Example
Text Example
White with #EDEBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEBD7; }
p { color: rgb(237,235,215); }
H1.HeaderClassName
{
color: #EDEBD7;
}
.AnyTagClassName
{
color: #EDEBD7;
}
</style>
background-color css
<style>
a { background-color: #EDEBD7; }
a { background-color: rgb(237,235,215); }
div.DivClassName
{
background-color: #EDEBD7;
}
.BgClassName
{
background-color: #EDEBD7;
}
</style>
border-color css
<style>
span { border-color: #EDEBD7; }
span { border-color: rgb(237,235,215); }
td.TdClassName
{
border-color: #EDEBD7;
}
.TagClassName
{
border-color: #EDEBD7;
}
</style>