Shades of Rice Cake #EBEAE0
Tints of Rice Cake #EBEAE0
RGB
CMYK
RGB Variations
Color information
#EBEAE0 (or 0xEBEAE0) is known color: Rice Cake. HEX triplet: EB, EA and E0. RGB value is (235,234,224). Sum of RGB (Red+Green+Blue) = 235+234+224=693 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.91% from 693); Green value is 234 (91.80% from 255 or 33.77% from 693); Blue value is 224 (87.89% from 255 or 32.32% from 693); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEAE0 is #14151F. Grayscale: #E9E9E9. Windows color (decimal): -1316128 or 14740203. OLE color: 14740203.
HSL color Cylindrical-coordinate representation of color #EBEAE0: hue angle of 54.55º 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 #EBEAE0 is Cyan = 0, Magento = 0.00, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 234 | 224 | - |
| CMYK | 0 | 0.00 | 0.05 | 0.08 |
| HSL | 54.55º | 0.22% | 0.9% | - |
| HSV(B) | 54.55º | 0.05% | 0.92% | - |
| XYZ | 77.14 | 81.89 | 82.26 | - |
| YUV | 233.16 | 122.83 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 224 | 0 | 0.00 | 0.05 | 0.08 | 54.55 | 0.22 | 0.9 |
| Hex | EB | EA | E0 | 0 | 0 | 5 | 8 | 37 | 16 | 5A |
| Octal | 353 | 352 | 340 | 0 | 0 | 5 | 10 | 67 | 26 | 132 |
| Binary | 11101011 | 11101010 | 11100000 | 0 | 0 | 101 | 1000 | 110111 | 10110 | 1011010 |
Color Harmonies of #EBEAE0
Complementary color
Monochromatic Colors of #EBEAE0
Black with #EBEAE0
Text Example
Text Example
White with #EBEAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEAE0; }
p { color: rgb(235,234,224); }
H1.HeaderClassName
{
color: #EBEAE0;
}
.AnyTagClassName
{
color: #EBEAE0;
}
</style>
background-color css
<style>
a { background-color: #EBEAE0; }
a { background-color: rgb(235,234,224); }
div.DivClassName
{
background-color: #EBEAE0;
}
.BgClassName
{
background-color: #EBEAE0;
}
</style>
border-color css
<style>
span { border-color: #EBEAE0; }
span { border-color: rgb(235,234,224); }
td.TdClassName
{
border-color: #EBEAE0;
}
.TagClassName
{
border-color: #EBEAE0;
}
</style>