Shades of Rum Swizzle #EFECD3
Tints of Rum Swizzle #EFECD3
RGB
CMYK
RGB Variations
Color information
#EFECD3 (or 0xEFECD3) is known color: Rum Swizzle. HEX triplet: EF, EC and D3. RGB value is (239,236,211). Sum of RGB (Red+Green+Blue) = 239+236+211=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 211 (82.81% from 255 or 30.76% from 686); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECD3 is #10132C. Grayscale: #EAEAEA. Windows color (decimal): -1053485 or 13888751. OLE color: 13888751.
HSL color Cylindrical-coordinate representation of color #EFECD3: hue angle of 53.57º 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 #EFECD3 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 211 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.06 |
| HSL | 53.57º | 0.47% | 0.88% | - |
| HSV(B) | 53.57º | 0.12% | 0.94% | - |
| XYZ | 77.35 | 83.04 | 73.58 | - |
| YUV | 234.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 211 | 0 | 0.01 | 0.12 | 0.06 | 53.57 | 0.47 | 0.88 |
| Hex | EF | EC | D3 | 0 | 1 | C | 6 | 36 | 2F | 58 |
| Octal | 357 | 354 | 323 | 0 | 1 | 14 | 6 | 66 | 57 | 130 |
| Binary | 11101111 | 11101100 | 11010011 | 0 | 1 | 1100 | 110 | 110110 | 101111 | 1011000 |
Color Harmonies of #EFECD3
Complementary color
Monochromatic Colors of #EFECD3
Black with #EFECD3
Text Example
Text Example
White with #EFECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFECD3; }
p { color: rgb(239,236,211); }
H1.HeaderClassName
{
color: #EFECD3;
}
.AnyTagClassName
{
color: #EFECD3;
}
</style>
background-color css
<style>
a { background-color: #EFECD3; }
a { background-color: rgb(239,236,211); }
div.DivClassName
{
background-color: #EFECD3;
}
.BgClassName
{
background-color: #EFECD3;
}
</style>
border-color css
<style>
span { border-color: #EFECD3; }
span { border-color: rgb(239,236,211); }
td.TdClassName
{
border-color: #EFECD3;
}
.TagClassName
{
border-color: #EFECD3;
}
</style>