Shades of Rum Swizzle #EFEACF
Tints of Rum Swizzle #EFEACF
RGB
CMYK
RGB Variations
Color information
#EFEACF (or 0xEFEACF) is known color: Rum Swizzle. HEX triplet: EF, EA and CF. RGB value is (239,234,207). Sum of RGB (Red+Green+Blue) = 239+234+207=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 234 (91.80% from 255 or 34.41% from 680); Blue value is 207 (81.25% from 255 or 30.44% from 680); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEACF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEACF is #101530. Grayscale: #E8E8E8. Windows color (decimal): -1054001 or 13626095. OLE color: 13626095.
HSL color Cylindrical-coordinate representation of color #EFEACF: hue angle of 50.62º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFEACF is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 207 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.06 |
| HSL | 50.63º | 0.5% | 0.87% | - |
| HSV(B) | 50.63º | 0.13% | 0.94% | - |
| XYZ | 76.28 | 81.7 | 70.78 | - |
| YUV | 232.42 | 113.66 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 207 | 0 | 0.02 | 0.13 | 0.06 | 50.63 | 0.5 | 0.87 |
| Hex | EF | EA | CF | 0 | 2 | D | 6 | 33 | 32 | 57 |
| Octal | 357 | 352 | 317 | 0 | 2 | 15 | 6 | 63 | 62 | 127 |
| Binary | 11101111 | 11101010 | 11001111 | 0 | 10 | 1101 | 110 | 110011 | 110010 | 1010111 |
Color Harmonies of #EFEACF
Complementary color
Monochromatic Colors of #EFEACF
Black with #EFEACF
Text Example
Text Example
White with #EFEACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEACF; }
p { color: rgb(239,234,207); }
H1.HeaderClassName
{
color: #EFEACF;
}
.AnyTagClassName
{
color: #EFEACF;
}
</style>
background-color css
<style>
a { background-color: #EFEACF; }
a { background-color: rgb(239,234,207); }
div.DivClassName
{
background-color: #EFEACF;
}
.BgClassName
{
background-color: #EFEACF;
}
</style>
border-color css
<style>
span { border-color: #EFEACF; }
span { border-color: rgb(239,234,207); }
td.TdClassName
{
border-color: #EFEACF;
}
.TagClassName
{
border-color: #EFEACF;
}
</style>