Shades of Rum Swizzle #EBEBD3
Tints of Rum Swizzle #EBEBD3
RGB
CMYK
RGB Variations
Color information
#EBEBD3 (or 0xEBEBD3) is known color: Rum Swizzle. HEX triplet: EB, EB and D3. RGB value is (235,235,211). Sum of RGB (Red+Green+Blue) = 235+235+211=681 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.51% from 681); Green value is 235 (92.19% from 255 or 34.51% from 681); Blue value is 211 (82.81% from 255 or 30.98% from 681); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEBD3 is #14142C. Grayscale: #E8E8E8. Windows color (decimal): -1315885 or 13888491. OLE color: 13888491.
HSL color Cylindrical-coordinate representation of color #EBEBD3: hue angle of 60º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBEBD3 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 235 | 211 | - |
| CMYK | 0 | 0 | 0.10 | 0.08 |
| HSL | 60º | 0.38% | 0.87% | - |
| HSV(B) | 60º | 0.1% | 0.92% | - |
| XYZ | 75.73 | 81.78 | 73.42 | - |
| YUV | 232.26 | 116 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 235 | 211 | 0 | 0 | 0.10 | 0.08 | 60 | 0.38 | 0.87 |
| Hex | EB | EB | D3 | 0 | 0 | A | 8 | 3C | 26 | 57 |
| Octal | 353 | 353 | 323 | 0 | 0 | 12 | 10 | 74 | 46 | 127 |
| Binary | 11101011 | 11101011 | 11010011 | 0 | 0 | 1010 | 1000 | 111100 | 100110 | 1010111 |
Color Harmonies of #EBEBD3
Complementary color
Monochromatic Colors of #EBEBD3
Black with #EBEBD3
Text Example
Text Example
White with #EBEBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEBD3; }
p { color: rgb(235,235,211); }
H1.HeaderClassName
{
color: #EBEBD3;
}
.AnyTagClassName
{
color: #EBEBD3;
}
</style>
background-color css
<style>
a { background-color: #EBEBD3; }
a { background-color: rgb(235,235,211); }
div.DivClassName
{
background-color: #EBEBD3;
}
.BgClassName
{
background-color: #EBEBD3;
}
</style>
border-color css
<style>
span { border-color: #EBEBD3; }
span { border-color: rgb(235,235,211); }
td.TdClassName
{
border-color: #EBEBD3;
}
.TagClassName
{
border-color: #EBEBD3;
}
</style>