Shades of Rice Cake #EBE9E0
Tints of Rice Cake #EBE9E0
RGB
CMYK
RGB Variations
Color information
#EBE9E0 (or 0xEBE9E0) is known color: Rice Cake. HEX triplet: EB, E9 and E0. RGB value is (235,233,224). Sum of RGB (Red+Green+Blue) = 235+233+224=692 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.96% from 692); Green value is 233 (91.41% from 255 or 33.67% from 692); Blue value is 224 (87.89% from 255 or 32.37% from 692); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE9E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE9E0 is #14161F. Grayscale: #E8E8E8. Windows color (decimal): -1316384 or 14739947. OLE color: 14739947.
HSL color Cylindrical-coordinate representation of color #EBE9E0: hue angle of 49.09º degrees, saturation: 0.22, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBE9E0 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 233 | 224 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.08 |
| HSL | 49.09º | 0.22% | 0.9% | - |
| HSV(B) | 49.09º | 0.05% | 0.92% | - |
| XYZ | 76.85 | 81.32 | 82.17 | - |
| YUV | 232.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 233 | 224 | 0 | 0.01 | 0.05 | 0.08 | 49.09 | 0.22 | 0.9 |
| Hex | EB | E9 | E0 | 0 | 1 | 5 | 8 | 31 | 16 | 5A |
| Octal | 353 | 351 | 340 | 0 | 1 | 5 | 10 | 61 | 26 | 132 |
| Binary | 11101011 | 11101001 | 11100000 | 0 | 1 | 101 | 1000 | 110001 | 10110 | 1011010 |
Color Harmonies of #EBE9E0
Complementary color
Monochromatic Colors of #EBE9E0
Black with #EBE9E0
Text Example
Text Example
White with #EBE9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE9E0; }
p { color: rgb(235,233,224); }
H1.HeaderClassName
{
color: #EBE9E0;
}
.AnyTagClassName
{
color: #EBE9E0;
}
</style>
background-color css
<style>
a { background-color: #EBE9E0; }
a { background-color: rgb(235,233,224); }
div.DivClassName
{
background-color: #EBE9E0;
}
.BgClassName
{
background-color: #EBE9E0;
}
</style>
border-color css
<style>
span { border-color: #EBE9E0; }
span { border-color: rgb(235,233,224); }
td.TdClassName
{
border-color: #EBE9E0;
}
.TagClassName
{
border-color: #EBE9E0;
}
</style>