Shades of Rum Swizzle #EFEBD4
Tints of Rum Swizzle #EFEBD4
RGB
CMYK
RGB Variations
Color information
#EFEBD4 (or 0xEFEBD4) is known color: Rum Swizzle. HEX triplet: EF, EB and D4. RGB value is (239,235,212). Sum of RGB (Red+Green+Blue) = 239+235+212=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 235 (92.19% from 255 or 34.26% from 686); Blue value is 212 (83.20% from 255 or 30.90% from 686); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBD4 is #10142B. Grayscale: #E9E9E9. Windows color (decimal): -1053740 or 13954031. OLE color: 13954031.
HSL color Cylindrical-coordinate representation of color #EFEBD4: hue angle of 51.11º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFEBD4 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 235 | 212 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.06 |
| HSL | 51.11º | 0.46% | 0.88% | - |
| HSV(B) | 51.11º | 0.11% | 0.94% | - |
| XYZ | 77.19 | 82.52 | 74.15 | - |
| YUV | 233.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 235 | 212 | 0 | 0.02 | 0.11 | 0.06 | 51.11 | 0.46 | 0.88 |
| Hex | EF | EB | D4 | 0 | 2 | B | 6 | 33 | 2E | 58 |
| Octal | 357 | 353 | 324 | 0 | 2 | 13 | 6 | 63 | 56 | 130 |
| Binary | 11101111 | 11101011 | 11010100 | 0 | 10 | 1011 | 110 | 110011 | 101110 | 1011000 |
Color Harmonies of #EFEBD4
Complementary color
Monochromatic Colors of #EFEBD4
Black with #EFEBD4
Text Example
Text Example
White with #EFEBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEBD4; }
p { color: rgb(239,235,212); }
H1.HeaderClassName
{
color: #EFEBD4;
}
.AnyTagClassName
{
color: #EFEBD4;
}
</style>
background-color css
<style>
a { background-color: #EFEBD4; }
a { background-color: rgb(239,235,212); }
div.DivClassName
{
background-color: #EFEBD4;
}
.BgClassName
{
background-color: #EFEBD4;
}
</style>
border-color css
<style>
span { border-color: #EFEBD4; }
span { border-color: rgb(239,235,212); }
td.TdClassName
{
border-color: #EFEBD4;
}
.TagClassName
{
border-color: #EFEBD4;
}
</style>