Shades of Coconut Cream #EAE1B5
Tints of Coconut Cream #EAE1B5
RGB
CMYK
RGB Variations
Color information
#EAE1B5 (or 0xEAE1B5) is known color: Coconut Cream. HEX triplet: EA, E1 and B5. RGB value is (234,225,181). Sum of RGB (Red+Green+Blue) = 234+225+181=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 181 (71.09% from 255 or 28.28% from 640); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE1B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE1B5 is #151E4A. Grayscale: #DEDEDE. Windows color (decimal): -1384011 or 11919850. OLE color: 11919850.
HSL color Cylindrical-coordinate representation of color #EAE1B5: hue angle of 49.81º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAE1B5 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 181 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.08 |
| HSL | 49.81º | 0.56% | 0.81% | - |
| HSV(B) | 49.81º | 0.23% | 0.92% | - |
| XYZ | 69.2 | 74.68 | 54.48 | - |
| YUV | 222.68 | 104.48 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 181 | 0 | 0.04 | 0.23 | 0.08 | 49.81 | 0.56 | 0.81 |
| Hex | EA | E1 | B5 | 0 | 4 | 17 | 8 | 32 | 38 | 51 |
| Octal | 352 | 341 | 265 | 0 | 4 | 27 | 10 | 62 | 70 | 121 |
| Binary | 11101010 | 11100001 | 10110101 | 0 | 100 | 10111 | 1000 | 110010 | 111000 | 1010001 |
Color Harmonies of #EAE1B5
Complementary color
Monochromatic Colors of #EAE1B5
Black with #EAE1B5
Text Example
Text Example
White with #EAE1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE1B5; }
p { color: rgb(234,225,181); }
H1.HeaderClassName
{
color: #EAE1B5;
}
.AnyTagClassName
{
color: #EAE1B5;
}
</style>
background-color css
<style>
a { background-color: #EAE1B5; }
a { background-color: rgb(234,225,181); }
div.DivClassName
{
background-color: #EAE1B5;
}
.BgClassName
{
background-color: #EAE1B5;
}
</style>
border-color css
<style>
span { border-color: #EAE1B5; }
span { border-color: rgb(234,225,181); }
td.TdClassName
{
border-color: #EAE1B5;
}
.TagClassName
{
border-color: #EAE1B5;
}
</style>