Shades of Rice Cake #EAE8DD
Tints of Rice Cake #EAE8DD
RGB
CMYK
RGB Variations
Color information
#EAE8DD (or 0xEAE8DD) is known color: Rice Cake. HEX triplet: EA, E8 and DD. RGB value is (234,232,221). Sum of RGB (Red+Green+Blue) = 234+232+221=687 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.06% from 687); Green value is 232 (91.02% from 255 or 33.77% from 687); Blue value is 221 (86.72% from 255 or 32.17% from 687); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE8DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAE8DD is #151722. Grayscale: #E7E7E7. Windows color (decimal): -1382179 or 14543082. OLE color: 14543082.
HSL color Cylindrical-coordinate representation of color #EAE8DD: hue angle of 50.77º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAE8DD is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 232 | 221 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.08 |
| HSL | 50.77º | 0.24% | 0.89% | - |
| HSV(B) | 50.77º | 0.06% | 0.92% | - |
| XYZ | 75.84 | 80.43 | 79.93 | - |
| YUV | 231.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 232 | 221 | 0 | 0.01 | 0.06 | 0.08 | 50.77 | 0.24 | 0.89 |
| Hex | EA | E8 | DD | 0 | 1 | 6 | 8 | 33 | 18 | 59 |
| Octal | 352 | 350 | 335 | 0 | 1 | 6 | 10 | 63 | 30 | 131 |
| Binary | 11101010 | 11101000 | 11011101 | 0 | 1 | 110 | 1000 | 110011 | 11000 | 1011001 |
Color Harmonies of #EAE8DD
Complementary color
Monochromatic Colors of #EAE8DD
Black with #EAE8DD
Text Example
Text Example
White with #EAE8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE8DD; }
p { color: rgb(234,232,221); }
H1.HeaderClassName
{
color: #EAE8DD;
}
.AnyTagClassName
{
color: #EAE8DD;
}
</style>
background-color css
<style>
a { background-color: #EAE8DD; }
a { background-color: rgb(234,232,221); }
div.DivClassName
{
background-color: #EAE8DD;
}
.BgClassName
{
background-color: #EAE8DD;
}
</style>
border-color css
<style>
span { border-color: #EAE8DD; }
span { border-color: rgb(234,232,221); }
td.TdClassName
{
border-color: #EAE8DD;
}
.TagClassName
{
border-color: #EAE8DD;
}
</style>