Shades of Rum Swizzle #EBEAD2
Tints of Rum Swizzle #EBEAD2
RGB
CMYK
RGB Variations
Color information
#EBEAD2 (or 0xEBEAD2) is known color: Rum Swizzle. HEX triplet: EB, EA and D2. RGB value is (235,234,210). Sum of RGB (Red+Green+Blue) = 235+234+210=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 234 (91.80% from 255 or 34.46% from 679); Blue value is 210 (82.42% from 255 or 30.93% from 679); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEAD2 is #14152D. Grayscale: #E7E7E7. Windows color (decimal): -1316142 or 13822699. OLE color: 13822699.
HSL color Cylindrical-coordinate representation of color #EBEAD2: hue angle of 57.6º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBEAD2 is Cyan = 0, Magento = 0.00, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 234 | 210 | - |
| CMYK | 0 | 0.00 | 0.11 | 0.08 |
| HSL | 57.6º | 0.38% | 0.87% | - |
| HSV(B) | 57.6º | 0.11% | 0.92% | - |
| XYZ | 75.32 | 81.16 | 72.67 | - |
| YUV | 231.56 | 115.83 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 210 | 0 | 0.00 | 0.11 | 0.08 | 57.6 | 0.38 | 0.87 |
| Hex | EB | EA | D2 | 0 | 0 | B | 8 | 3A | 26 | 57 |
| Octal | 353 | 352 | 322 | 0 | 0 | 13 | 10 | 72 | 46 | 127 |
| Binary | 11101011 | 11101010 | 11010010 | 0 | 0 | 1011 | 1000 | 111010 | 100110 | 1010111 |
Color Harmonies of #EBEAD2
Complementary color
Monochromatic Colors of #EBEAD2
Black with #EBEAD2
Text Example
Text Example
White with #EBEAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEAD2; }
p { color: rgb(235,234,210); }
H1.HeaderClassName
{
color: #EBEAD2;
}
.AnyTagClassName
{
color: #EBEAD2;
}
</style>
background-color css
<style>
a { background-color: #EBEAD2; }
a { background-color: rgb(235,234,210); }
div.DivClassName
{
background-color: #EBEAD2;
}
.BgClassName
{
background-color: #EBEAD2;
}
</style>
border-color css
<style>
span { border-color: #EBEAD2; }
span { border-color: rgb(235,234,210); }
td.TdClassName
{
border-color: #EBEAD2;
}
.TagClassName
{
border-color: #EBEAD2;
}
</style>