Shades of Coconut Cream #EAE0B5
Tints of Coconut Cream #EAE0B5
RGB
CMYK
RGB Variations
Color information
#EAE0B5 (or 0xEAE0B5) is known color: Coconut Cream. HEX triplet: EA, E0 and B5. RGB value is (234,224,181). Sum of RGB (Red+Green+Blue) = 234+224+181=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 181 (71.09% from 255 or 28.33% from 639); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE0B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE0B5 is #151F4A. Grayscale: #DEDEDE. Windows color (decimal): -1384267 or 11919594. OLE color: 11919594.
HSL color Cylindrical-coordinate representation of color #EAE0B5: hue angle of 48.68º 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 #EAE0B5 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 181 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.08 |
| HSL | 48.68º | 0.56% | 0.81% | - |
| HSV(B) | 48.68º | 0.23% | 0.92% | - |
| XYZ | 68.93 | 74.14 | 54.39 | - |
| YUV | 222.09 | 104.81 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 181 | 0 | 0.04 | 0.23 | 0.08 | 48.68 | 0.56 | 0.81 |
| Hex | EA | E0 | B5 | 0 | 4 | 17 | 8 | 31 | 38 | 51 |
| Octal | 352 | 340 | 265 | 0 | 4 | 27 | 10 | 61 | 70 | 121 |
| Binary | 11101010 | 11100000 | 10110101 | 0 | 100 | 10111 | 1000 | 110001 | 111000 | 1010001 |
Color Harmonies of #EAE0B5
Complementary color
Monochromatic Colors of #EAE0B5
Black with #EAE0B5
Text Example
Text Example
White with #EAE0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE0B5; }
p { color: rgb(234,224,181); }
H1.HeaderClassName
{
color: #EAE0B5;
}
.AnyTagClassName
{
color: #EAE0B5;
}
</style>
background-color css
<style>
a { background-color: #EAE0B5; }
a { background-color: rgb(234,224,181); }
div.DivClassName
{
background-color: #EAE0B5;
}
.BgClassName
{
background-color: #EAE0B5;
}
</style>
border-color css
<style>
span { border-color: #EAE0B5; }
span { border-color: rgb(234,224,181); }
td.TdClassName
{
border-color: #EAE0B5;
}
.TagClassName
{
border-color: #EAE0B5;
}
</style>