Shades of Rum Swizzle #EDEBCD
Tints of Rum Swizzle #EDEBCD
RGB
CMYK
RGB Variations
Color information
#EDEBCD (or 0xEDEBCD) is known color: Rum Swizzle. HEX triplet: ED, EB and CD. RGB value is (237,235,205). Sum of RGB (Red+Green+Blue) = 237+235+205=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 235 (92.19% from 255 or 34.71% from 677); Blue value is 205 (80.47% from 255 or 30.28% from 677); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBCD is #121432. Grayscale: #E8E8E8. Windows color (decimal): -1184819 or 13495277. OLE color: 13495277.
HSL color Cylindrical-coordinate representation of color #EDEBCD: hue angle of 56.25º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDEBCD is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 235 | 205 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.07 |
| HSL | 56.25º | 0.47% | 0.87% | - |
| HSV(B) | 56.25º | 0.14% | 0.93% | - |
| XYZ | 75.65 | 81.83 | 69.56 | - |
| YUV | 232.18 | 112.66 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 235 | 205 | 0 | 0.01 | 0.14 | 0.07 | 56.25 | 0.47 | 0.87 |
| Hex | ED | EB | CD | 0 | 1 | E | 7 | 38 | 2F | 57 |
| Octal | 355 | 353 | 315 | 0 | 1 | 16 | 7 | 70 | 57 | 127 |
| Binary | 11101101 | 11101011 | 11001101 | 0 | 1 | 1110 | 111 | 111000 | 101111 | 1010111 |
Color Harmonies of #EDEBCD
Complementary color
Monochromatic Colors of #EDEBCD
Black with #EDEBCD
Text Example
Text Example
White with #EDEBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEBCD; }
p { color: rgb(237,235,205); }
H1.HeaderClassName
{
color: #EDEBCD;
}
.AnyTagClassName
{
color: #EDEBCD;
}
</style>
background-color css
<style>
a { background-color: #EDEBCD; }
a { background-color: rgb(237,235,205); }
div.DivClassName
{
background-color: #EDEBCD;
}
.BgClassName
{
background-color: #EDEBCD;
}
</style>
border-color css
<style>
span { border-color: #EDEBCD; }
span { border-color: rgb(237,235,205); }
td.TdClassName
{
border-color: #EDEBCD;
}
.TagClassName
{
border-color: #EDEBCD;
}
</style>