Shades of Rum Swizzle #F0EED4
Tints of Rum Swizzle #F0EED4
RGB
CMYK
RGB Variations
Color information
#F0EED4 (or 0xF0EED4) is known color: Rum Swizzle. HEX triplet: F0, EE and D4. RGB value is (240,238,212). Sum of RGB (Red+Green+Blue) = 240+238+212=690 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.78% from 690); Green value is 238 (93.36% from 255 or 34.49% from 690); Blue value is 212 (83.20% from 255 or 30.72% from 690); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EED4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EED4 is #0F112B. Grayscale: #EBEBEB. Windows color (decimal): -987436 or 13954800. OLE color: 13954800.
HSL color Cylindrical-coordinate representation of color #F0EED4: hue angle of 55.71º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0EED4 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 238 | 212 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.06 |
| HSL | 55.71º | 0.48% | 0.89% | - |
| HSV(B) | 55.71º | 0.12% | 0.94% | - |
| XYZ | 78.39 | 84.43 | 74.45 | - |
| YUV | 235.63 | 114.66 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 238 | 212 | 0 | 0.01 | 0.12 | 0.06 | 55.71 | 0.48 | 0.89 |
| Hex | F0 | EE | D4 | 0 | 1 | C | 6 | 38 | 30 | 59 |
| Octal | 360 | 356 | 324 | 0 | 1 | 14 | 6 | 70 | 60 | 131 |
| Binary | 11110000 | 11101110 | 11010100 | 0 | 1 | 1100 | 110 | 111000 | 110000 | 1011001 |
Color Harmonies of #F0EED4
Complementary color
Monochromatic Colors of #F0EED4
Black with #F0EED4
Text Example
Text Example
White with #F0EED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EED4; }
p { color: rgb(240,238,212); }
H1.HeaderClassName
{
color: #F0EED4;
}
.AnyTagClassName
{
color: #F0EED4;
}
</style>
background-color css
<style>
a { background-color: #F0EED4; }
a { background-color: rgb(240,238,212); }
div.DivClassName
{
background-color: #F0EED4;
}
.BgClassName
{
background-color: #F0EED4;
}
</style>
border-color css
<style>
span { border-color: #F0EED4; }
span { border-color: rgb(240,238,212); }
td.TdClassName
{
border-color: #F0EED4;
}
.TagClassName
{
border-color: #F0EED4;
}
</style>