Shades of Rum Swizzle #EFEDDA
Tints of Rum Swizzle #EFEDDA
RGB
CMYK
RGB Variations
Color information
#EFEDDA (or 0xEFEDDA) is known color: Rum Swizzle. HEX triplet: EF, ED and DA. RGB value is (239,237,218). Sum of RGB (Red+Green+Blue) = 239+237+218=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 237 (92.97% from 255 or 34.15% from 694); Blue value is 218 (85.55% from 255 or 31.41% from 694); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDDA is #101225. Grayscale: #EBEBEB. Windows color (decimal): -1053222 or 14347759. OLE color: 14347759.
HSL color Cylindrical-coordinate representation of color #EFEDDA: hue angle of 54.29º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFEDDA is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 237 | 218 | - |
CMYK | 0 | 0.01 | 0.09 | 0.06 |
HSL | 54.29º | 0.4% | 0.9% | - |
HSV(B) | 54.29º | 0.09% | 0.94% | - |
XYZ | 78.54 | 83.98 | 78.4 | - |
YUV | 235.43 | 118.16 | 130.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 237 | 218 | 0 | 0.01 | 0.09 | 0.06 | 54.29 | 0.4 | 0.9 |
Hex | EF | ED | DA | 0 | 1 | 9 | 6 | 36 | 28 | 5A |
Octal | 357 | 355 | 332 | 0 | 1 | 11 | 6 | 66 | 50 | 132 |
Binary | 11101111 | 11101101 | 11011010 | 0 | 1 | 1001 | 110 | 110110 | 101000 | 1011010 |
Color Harmonies of #EFEDDA
Complementary color
Monochromatic Colors of #EFEDDA
Black with #EFEDDA
Text Example
Text Example
White with #EFEDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEDDA; }
p { color: rgb(239,237,218); }
H1.HeaderClassName
{
color: #EFEDDA;
}
.AnyTagClassName
{
color: #EFEDDA;
}
</style>
background-color css
<style>
a { background-color: #EFEDDA; }
a { background-color: rgb(239,237,218); }
div.DivClassName
{
background-color: #EFEDDA;
}
.BgClassName
{
background-color: #EFEDDA;
}
</style>
border-color css
<style>
span { border-color: #EFEDDA; }
span { border-color: rgb(239,237,218); }
td.TdClassName
{
border-color: #EFEDDA;
}
.TagClassName
{
border-color: #EFEDDA;
}
</style>