Shades of Rum Swizzle #EAE7D3
Tints of Rum Swizzle #EAE7D3
RGB
CMYK
RGB Variations
Color information
#EAE7D3 (or 0xEAE7D3) is known color: Rum Swizzle. HEX triplet: EA, E7 and D3. RGB value is (234,231,211). Sum of RGB (Red+Green+Blue) = 234+231+211=676 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.62% from 676); Green value is 231 (90.62% from 255 or 34.17% from 676); Blue value is 211 (82.81% from 255 or 31.21% from 676); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE7D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAE7D3 is #15182C. Grayscale: #E5E5E5. Windows color (decimal): -1382445 or 13887466. OLE color: 13887466.
HSL color Cylindrical-coordinate representation of color #EAE7D3: hue angle of 52.17º degrees, saturation: 0.35, 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 #EAE7D3 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 231 | 211 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.08 |
| HSL | 52.17º | 0.35% | 0.87% | - |
| HSV(B) | 52.17º | 0.1% | 0.92% | - |
| XYZ | 74.27 | 79.35 | 73.03 | - |
| YUV | 229.62 | 117.49 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 231 | 211 | 0 | 0.01 | 0.10 | 0.08 | 52.17 | 0.35 | 0.87 |
| Hex | EA | E7 | D3 | 0 | 1 | A | 8 | 34 | 23 | 57 |
| Octal | 352 | 347 | 323 | 0 | 1 | 12 | 10 | 64 | 43 | 127 |
| Binary | 11101010 | 11100111 | 11010011 | 0 | 1 | 1010 | 1000 | 110100 | 100011 | 1010111 |
Color Harmonies of #EAE7D3
Complementary color
Monochromatic Colors of #EAE7D3
Black with #EAE7D3
Text Example
Text Example
White with #EAE7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE7D3; }
p { color: rgb(234,231,211); }
H1.HeaderClassName
{
color: #EAE7D3;
}
.AnyTagClassName
{
color: #EAE7D3;
}
</style>
background-color css
<style>
a { background-color: #EAE7D3; }
a { background-color: rgb(234,231,211); }
div.DivClassName
{
background-color: #EAE7D3;
}
.BgClassName
{
background-color: #EAE7D3;
}
</style>
border-color css
<style>
span { border-color: #EAE7D3; }
span { border-color: rgb(234,231,211); }
td.TdClassName
{
border-color: #EAE7D3;
}
.TagClassName
{
border-color: #EAE7D3;
}
</style>