Shades of Rum Swizzle #EFEAD3
Tints of Rum Swizzle #EFEAD3
RGB
CMYK
RGB Variations
Color information
#EFEAD3 (or 0xEFEAD3) is known color: Rum Swizzle. HEX triplet: EF, EA and D3. RGB value is (239,234,211). Sum of RGB (Red+Green+Blue) = 239+234+211=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 211 (82.81% from 255 or 30.85% from 684); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEAD3 is #10152C. Grayscale: #E8E8E8. Windows color (decimal): -1053997 or 13888239. OLE color: 13888239.
HSL color Cylindrical-coordinate representation of color #EFEAD3: hue angle of 49.29º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFEAD3 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 211 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.06 |
| HSL | 49.29º | 0.47% | 0.88% | - |
| HSV(B) | 49.29º | 0.12% | 0.94% | - |
| XYZ | 76.78 | 81.9 | 73.39 | - |
| YUV | 232.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 211 | 0 | 0.02 | 0.12 | 0.06 | 49.29 | 0.47 | 0.88 |
| Hex | EF | EA | D3 | 0 | 2 | C | 6 | 31 | 2F | 58 |
| Octal | 357 | 352 | 323 | 0 | 2 | 14 | 6 | 61 | 57 | 130 |
| Binary | 11101111 | 11101010 | 11010011 | 0 | 10 | 1100 | 110 | 110001 | 101111 | 1011000 |
Color Harmonies of #EFEAD3
Complementary color
Monochromatic Colors of #EFEAD3
Black with #EFEAD3
Text Example
Text Example
White with #EFEAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEAD3; }
p { color: rgb(239,234,211); }
H1.HeaderClassName
{
color: #EFEAD3;
}
.AnyTagClassName
{
color: #EFEAD3;
}
</style>
background-color css
<style>
a { background-color: #EFEAD3; }
a { background-color: rgb(239,234,211); }
div.DivClassName
{
background-color: #EFEAD3;
}
.BgClassName
{
background-color: #EFEAD3;
}
</style>
border-color css
<style>
span { border-color: #EFEAD3; }
span { border-color: rgb(239,234,211); }
td.TdClassName
{
border-color: #EFEAD3;
}
.TagClassName
{
border-color: #EFEAD3;
}
</style>