Shades of Rum Swizzle #ECEBD4
Tints of Rum Swizzle #ECEBD4
RGB
CMYK
RGB Variations
Color information
#ECEBD4 (or 0xECEBD4) is known color: Rum Swizzle. HEX triplet: EC, EB and D4. RGB value is (236,235,212). Sum of RGB (Red+Green+Blue) = 236+235+212=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 235 (92.19% from 255 or 34.41% from 683); Blue value is 212 (83.20% from 255 or 31.04% from 683); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEBD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEBD4 is #13142B. Grayscale: #E8E8E8. Windows color (decimal): -1250348 or 13954028. OLE color: 13954028.
HSL color Cylindrical-coordinate representation of color #ECEBD4: hue angle of 57.5º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECEBD4 is Cyan = 0, Magento = 0.00, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 235 | 212 | - |
CMYK | 0 | 0.00 | 0.10 | 0.07 |
HSL | 57.5º | 0.39% | 0.88% | - |
HSV(B) | 57.5º | 0.1% | 0.93% | - |
XYZ | 76.18 | 82 | 74.1 | - |
YUV | 232.68 | 116.33 | 130.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 235 | 212 | 0 | 0.00 | 0.10 | 0.07 | 57.5 | 0.39 | 0.88 |
Hex | EC | EB | D4 | 0 | 0 | A | 7 | 3A | 27 | 58 |
Octal | 354 | 353 | 324 | 0 | 0 | 12 | 7 | 72 | 47 | 130 |
Binary | 11101100 | 11101011 | 11010100 | 0 | 0 | 1010 | 111 | 111010 | 100111 | 1011000 |
Color Harmonies of #ECEBD4
Complementary color
Monochromatic Colors of #ECEBD4
Black with #ECEBD4
Text Example
Text Example
White with #ECEBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEBD4; }
p { color: rgb(236,235,212); }
H1.HeaderClassName
{
color: #ECEBD4;
}
.AnyTagClassName
{
color: #ECEBD4;
}
</style>
background-color css
<style>
a { background-color: #ECEBD4; }
a { background-color: rgb(236,235,212); }
div.DivClassName
{
background-color: #ECEBD4;
}
.BgClassName
{
background-color: #ECEBD4;
}
</style>
border-color css
<style>
span { border-color: #ECEBD4; }
span { border-color: rgb(236,235,212); }
td.TdClassName
{
border-color: #ECEBD4;
}
.TagClassName
{
border-color: #ECEBD4;
}
</style>