Shades of Rum Swizzle #EDEBD6
Tints of Rum Swizzle #EDEBD6
RGB
CMYK
RGB Variations
Color information
#EDEBD6 (or 0xEDEBD6) is known color: Rum Swizzle. HEX triplet: ED, EB and D6. RGB value is (237,235,214). Sum of RGB (Red+Green+Blue) = 237+235+214=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 235 (92.19% from 255 or 34.26% from 686); Blue value is 214 (83.98% from 255 or 31.20% from 686); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBD6 is #121429. Grayscale: #E9E9E9. Windows color (decimal): -1184810 or 14085101. OLE color: 14085101.
HSL color Cylindrical-coordinate representation of color #EDEBD6: hue angle of 54.78º degrees, saturation: 0.39, 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 #EDEBD6 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 235 | 214 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.07 |
| HSL | 54.78º | 0.39% | 0.88% | - |
| HSV(B) | 54.78º | 0.1% | 0.93% | - |
| XYZ | 76.77 | 82.28 | 75.45 | - |
| YUV | 233.2 | 117.16 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 235 | 214 | 0 | 0.01 | 0.10 | 0.07 | 54.78 | 0.39 | 0.88 |
| Hex | ED | EB | D6 | 0 | 1 | A | 7 | 37 | 27 | 58 |
| Octal | 355 | 353 | 326 | 0 | 1 | 12 | 7 | 67 | 47 | 130 |
| Binary | 11101101 | 11101011 | 11010110 | 0 | 1 | 1010 | 111 | 110111 | 100111 | 1011000 |
Color Harmonies of #EDEBD6
Complementary color
Monochromatic Colors of #EDEBD6
Black with #EDEBD6
Text Example
Text Example
White with #EDEBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEBD6; }
p { color: rgb(237,235,214); }
H1.HeaderClassName
{
color: #EDEBD6;
}
.AnyTagClassName
{
color: #EDEBD6;
}
</style>
background-color css
<style>
a { background-color: #EDEBD6; }
a { background-color: rgb(237,235,214); }
div.DivClassName
{
background-color: #EDEBD6;
}
.BgClassName
{
background-color: #EDEBD6;
}
</style>
border-color css
<style>
span { border-color: #EDEBD6; }
span { border-color: rgb(237,235,214); }
td.TdClassName
{
border-color: #EDEBD6;
}
.TagClassName
{
border-color: #EDEBD6;
}
</style>