Shades of Coconut Cream #EAE0B6
Tints of Coconut Cream #EAE0B6
RGB
CMYK
RGB Variations
Color information
#EAE0B6 (or 0xEAE0B6) is known color: Coconut Cream. HEX triplet: EA, E0 and B6. RGB value is (234,224,182). Sum of RGB (Red+Green+Blue) = 234+224+182=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 224 (87.89% from 255 or 35% from 640); Blue value is 182 (71.48% from 255 or 28.44% from 640); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE0B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE0B6 is #151F49. Grayscale: #DEDEDE. Windows color (decimal): -1384266 or 11985130. OLE color: 11985130.
HSL color Cylindrical-coordinate representation of color #EAE0B6: hue angle of 48.46º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAE0B6 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 182 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.08 |
| HSL | 48.46º | 0.55% | 0.82% | - |
| HSV(B) | 48.46º | 0.22% | 0.92% | - |
| XYZ | 69.03 | 74.18 | 54.94 | - |
| YUV | 222.2 | 105.31 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 182 | 0 | 0.04 | 0.22 | 0.08 | 48.46 | 0.55 | 0.82 |
| Hex | EA | E0 | B6 | 0 | 4 | 16 | 8 | 30 | 37 | 52 |
| Octal | 352 | 340 | 266 | 0 | 4 | 26 | 10 | 60 | 67 | 122 |
| Binary | 11101010 | 11100000 | 10110110 | 0 | 100 | 10110 | 1000 | 110000 | 110111 | 1010010 |
Color Harmonies of #EAE0B6
Complementary color
Monochromatic Colors of #EAE0B6
Black with #EAE0B6
Text Example
Text Example
White with #EAE0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE0B6; }
p { color: rgb(234,224,182); }
H1.HeaderClassName
{
color: #EAE0B6;
}
.AnyTagClassName
{
color: #EAE0B6;
}
</style>
background-color css
<style>
a { background-color: #EAE0B6; }
a { background-color: rgb(234,224,182); }
div.DivClassName
{
background-color: #EAE0B6;
}
.BgClassName
{
background-color: #EAE0B6;
}
</style>
border-color css
<style>
span { border-color: #EAE0B6; }
span { border-color: rgb(234,224,182); }
td.TdClassName
{
border-color: #EAE0B6;
}
.TagClassName
{
border-color: #EAE0B6;
}
</style>