Shades of Rum Swizzle #EFEDD2
Tints of Rum Swizzle #EFEDD2
RGB
CMYK
RGB Variations
Color information
#EFEDD2 (or 0xEFEDD2) is known color: Rum Swizzle. HEX triplet: EF, ED and D2. RGB value is (239,237,210). Sum of RGB (Red+Green+Blue) = 239+237+210=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 210 (82.42% from 255 or 30.61% from 686); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDD2 is #10122D. Grayscale: #EAEAEA. Windows color (decimal): -1053230 or 13823471. OLE color: 13823471.
HSL color Cylindrical-coordinate representation of color #EFEDD2: hue angle of 55.86º degrees, saturation: 0.48, 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 #EFEDD2 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 237 | 210 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.06 |
| HSL | 55.86º | 0.48% | 0.88% | - |
| HSV(B) | 55.86º | 0.12% | 0.94% | - |
| XYZ | 77.51 | 83.57 | 73.02 | - |
| YUV | 234.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 210 | 0 | 0.01 | 0.12 | 0.06 | 55.86 | 0.48 | 0.88 |
| Hex | EF | ED | D2 | 0 | 1 | C | 6 | 38 | 30 | 58 |
| Octal | 357 | 355 | 322 | 0 | 1 | 14 | 6 | 70 | 60 | 130 |
| Binary | 11101111 | 11101101 | 11010010 | 0 | 1 | 1100 | 110 | 111000 | 110000 | 1011000 |
Color Harmonies of #EFEDD2
Complementary color
Monochromatic Colors of #EFEDD2
Black with #EFEDD2
Text Example
Text Example
White with #EFEDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEDD2; }
p { color: rgb(239,237,210); }
H1.HeaderClassName
{
color: #EFEDD2;
}
.AnyTagClassName
{
color: #EFEDD2;
}
</style>
background-color css
<style>
a { background-color: #EFEDD2; }
a { background-color: rgb(239,237,210); }
div.DivClassName
{
background-color: #EFEDD2;
}
.BgClassName
{
background-color: #EFEDD2;
}
</style>
border-color css
<style>
span { border-color: #EFEDD2; }
span { border-color: rgb(239,237,210); }
td.TdClassName
{
border-color: #EFEDD2;
}
.TagClassName
{
border-color: #EFEDD2;
}
</style>