Shades of Rum Swizzle #EBEACF
Tints of Rum Swizzle #EBEACF
RGB
CMYK
RGB Variations
Color information
#EBEACF (or 0xEBEACF) is known color: Rum Swizzle. HEX triplet: EB, EA and CF. RGB value is (235,234,207). Sum of RGB (Red+Green+Blue) = 235+234+207=676 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.76% from 676); Green value is 234 (91.80% from 255 or 34.62% from 676); Blue value is 207 (81.25% from 255 or 30.62% from 676); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEACF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEACF is #141530. Grayscale: #E7E7E7. Windows color (decimal): -1316145 or 13626091. OLE color: 13626091.
HSL color Cylindrical-coordinate representation of color #EBEACF: hue angle of 57.86º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBEACF is Cyan = 0, Magento = 0.00, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 234 | 207 | - |
| CMYK | 0 | 0.00 | 0.12 | 0.08 |
| HSL | 57.86º | 0.41% | 0.87% | - |
| HSV(B) | 57.86º | 0.12% | 0.92% | - |
| XYZ | 74.95 | 81.01 | 70.72 | - |
| YUV | 231.22 | 114.33 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 207 | 0 | 0.00 | 0.12 | 0.08 | 57.86 | 0.41 | 0.87 |
| Hex | EB | EA | CF | 0 | 0 | C | 8 | 3A | 29 | 57 |
| Octal | 353 | 352 | 317 | 0 | 0 | 14 | 10 | 72 | 51 | 127 |
| Binary | 11101011 | 11101010 | 11001111 | 0 | 0 | 1100 | 1000 | 111010 | 101001 | 1010111 |
Color Harmonies of #EBEACF
Complementary color
Monochromatic Colors of #EBEACF
Black with #EBEACF
Text Example
Text Example
White with #EBEACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEACF; }
p { color: rgb(235,234,207); }
H1.HeaderClassName
{
color: #EBEACF;
}
.AnyTagClassName
{
color: #EBEACF;
}
</style>
background-color css
<style>
a { background-color: #EBEACF; }
a { background-color: rgb(235,234,207); }
div.DivClassName
{
background-color: #EBEACF;
}
.BgClassName
{
background-color: #EBEACF;
}
</style>
border-color css
<style>
span { border-color: #EBEACF; }
span { border-color: rgb(235,234,207); }
td.TdClassName
{
border-color: #EBEACF;
}
.TagClassName
{
border-color: #EBEACF;
}
</style>