Shades of Rum Swizzle #ECEAD3
Tints of Rum Swizzle #ECEAD3
RGB
CMYK
RGB Variations
Color information
#ECEAD3 (or 0xECEAD3) is known color: Rum Swizzle. HEX triplet: EC, EA and D3. RGB value is (236,234,211). Sum of RGB (Red+Green+Blue) = 236+234+211=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 234 (91.80% from 255 or 34.36% from 681); Blue value is 211 (82.81% from 255 or 30.98% from 681); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEAD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEAD3 is #13152C. Grayscale: #E8E8E8. Windows color (decimal): -1250605 or 13888236. OLE color: 13888236.
HSL color Cylindrical-coordinate representation of color #ECEAD3: hue angle of 55.2º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECEAD3 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 234 | 211 | - |
CMYK | 0 | 0.01 | 0.11 | 0.07 |
HSL | 55.2º | 0.4% | 0.88% | - |
HSV(B) | 55.2º | 0.11% | 0.93% | - |
XYZ | 75.77 | 81.38 | 73.34 | - |
YUV | 231.98 | 116.16 | 130.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 234 | 211 | 0 | 0.01 | 0.11 | 0.07 | 55.2 | 0.4 | 0.88 |
Hex | EC | EA | D3 | 0 | 1 | B | 7 | 37 | 28 | 58 |
Octal | 354 | 352 | 323 | 0 | 1 | 13 | 7 | 67 | 50 | 130 |
Binary | 11101100 | 11101010 | 11010011 | 0 | 1 | 1011 | 111 | 110111 | 101000 | 1011000 |
Color Harmonies of #ECEAD3
Complementary color
Monochromatic Colors of #ECEAD3
Black with #ECEAD3
Text Example
Text Example
White with #ECEAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEAD3; }
p { color: rgb(236,234,211); }
H1.HeaderClassName
{
color: #ECEAD3;
}
.AnyTagClassName
{
color: #ECEAD3;
}
</style>
background-color css
<style>
a { background-color: #ECEAD3; }
a { background-color: rgb(236,234,211); }
div.DivClassName
{
background-color: #ECEAD3;
}
.BgClassName
{
background-color: #ECEAD3;
}
</style>
border-color css
<style>
span { border-color: #ECEAD3; }
span { border-color: rgb(236,234,211); }
td.TdClassName
{
border-color: #ECEAD3;
}
.TagClassName
{
border-color: #ECEAD3;
}
</style>