Shades of Coconut Cream #E6E1BA
Tints of Coconut Cream #E6E1BA
RGB
CMYK
RGB Variations
Color information
#E6E1BA (or 0xE6E1BA) is known color: Coconut Cream. HEX triplet: E6, E1 and BA. RGB value is (230,225,186). Sum of RGB (Red+Green+Blue) = 230+225+186=641 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.88% from 641); Green value is 225 (88.28% from 255 or 35.10% from 641); Blue value is 186 (73.05% from 255 or 29.02% from 641); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E1BA is #191E45. Grayscale: #DEDEDE. Windows color (decimal): -1646150 or 12247526. OLE color: 12247526.
HSL color Cylindrical-coordinate representation of color #E6E1BA: hue angle of 53.18º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6E1BA is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 225 | 186 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.10 |
| HSL | 53.18º | 0.47% | 0.82% | - |
| HSV(B) | 53.18º | 0.19% | 0.9% | - |
| XYZ | 68.42 | 74.22 | 57.17 | - |
| YUV | 222.05 | 107.66 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 225 | 186 | 0 | 0.02 | 0.19 | 0.10 | 53.18 | 0.47 | 0.82 |
| Hex | E6 | E1 | BA | 0 | 2 | 13 | A | 35 | 2F | 52 |
| Octal | 346 | 341 | 272 | 0 | 2 | 23 | 12 | 65 | 57 | 122 |
| Binary | 11100110 | 11100001 | 10111010 | 0 | 10 | 10011 | 1010 | 110101 | 101111 | 1010010 |
Color Harmonies of #E6E1BA
Complementary color
Monochromatic Colors of #E6E1BA
Black with #E6E1BA
Text Example
Text Example
White with #E6E1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E1BA; }
p { color: rgb(230,225,186); }
H1.HeaderClassName
{
color: #E6E1BA;
}
.AnyTagClassName
{
color: #E6E1BA;
}
</style>
background-color css
<style>
a { background-color: #E6E1BA; }
a { background-color: rgb(230,225,186); }
div.DivClassName
{
background-color: #E6E1BA;
}
.BgClassName
{
background-color: #E6E1BA;
}
</style>
border-color css
<style>
span { border-color: #E6E1BA; }
span { border-color: rgb(230,225,186); }
td.TdClassName
{
border-color: #E6E1BA;
}
.TagClassName
{
border-color: #E6E1BA;
}
</style>