Shades of Rum Swizzle #EFEAD2
Tints of Rum Swizzle #EFEAD2
RGB
CMYK
RGB Variations
Color information
#EFEAD2 (or 0xEFEAD2) is known color: Rum Swizzle. HEX triplet: EF, EA and D2. RGB value is (239,234,210). Sum of RGB (Red+Green+Blue) = 239+234+210=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 210 (82.42% from 255 or 30.75% from 683); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEAD2 is #10152D. Grayscale: #E8E8E8. Windows color (decimal): -1053998 or 13822703. OLE color: 13822703.
HSL color Cylindrical-coordinate representation of color #EFEAD2: hue angle of 49.66º 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 #EFEAD2 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 234 | 210 | - |
CMYK | 0 | 0.02 | 0.12 | 0.06 |
HSL | 49.66º | 0.48% | 0.88% | - |
HSV(B) | 49.66º | 0.12% | 0.94% | - |
XYZ | 76.65 | 81.85 | 72.73 | - |
YUV | 232.76 | 115.16 | 132.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 234 | 210 | 0 | 0.02 | 0.12 | 0.06 | 49.66 | 0.48 | 0.88 |
Hex | EF | EA | D2 | 0 | 2 | C | 6 | 32 | 30 | 58 |
Octal | 357 | 352 | 322 | 0 | 2 | 14 | 6 | 62 | 60 | 130 |
Binary | 11101111 | 11101010 | 11010010 | 0 | 10 | 1100 | 110 | 110010 | 110000 | 1011000 |
Color Harmonies of #EFEAD2
Complementary color
Monochromatic Colors of #EFEAD2
Black with #EFEAD2
Text Example
Text Example
White with #EFEAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEAD2; }
p { color: rgb(239,234,210); }
H1.HeaderClassName
{
color: #EFEAD2;
}
.AnyTagClassName
{
color: #EFEAD2;
}
</style>
background-color css
<style>
a { background-color: #EFEAD2; }
a { background-color: rgb(239,234,210); }
div.DivClassName
{
background-color: #EFEAD2;
}
.BgClassName
{
background-color: #EFEAD2;
}
</style>
border-color css
<style>
span { border-color: #EFEAD2; }
span { border-color: rgb(239,234,210); }
td.TdClassName
{
border-color: #EFEAD2;
}
.TagClassName
{
border-color: #EFEAD2;
}
</style>