Shades of Rice Cake #EBEAE5
Tints of Rice Cake #EBEAE5
RGB
CMYK
RGB Variations
Color information
#EBEAE5 (or 0xEBEAE5) is known color: Rice Cake. HEX triplet: EB, EA and E5. RGB value is (235,234,229). Sum of RGB (Red+Green+Blue) = 235+234+229=698 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.67% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 229 (89.84% from 255 or 32.81% from 698); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEAE5 is #14151A. Grayscale: #E9E9E9. Windows color (decimal): -1316123 or 15067883. OLE color: 15067883.
HSL color Cylindrical-coordinate representation of color #EBEAE5: hue angle of 50º degrees, saturation: 0.13, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EBEAE5 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 234 | 229 | - |
| CMYK | 0 | 0.00 | 0.03 | 0.08 |
| HSL | 50º | 0.13% | 0.91% | - |
| HSV(B) | 50º | 0.03% | 0.92% | - |
| XYZ | 77.83 | 82.16 | 85.89 | - |
| YUV | 233.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 229 | 0 | 0.00 | 0.03 | 0.08 | 50 | 0.13 | 0.91 |
| Hex | EB | EA | E5 | 0 | 0 | 3 | 8 | 32 | D | 5B |
| Octal | 353 | 352 | 345 | 0 | 0 | 3 | 10 | 62 | 15 | 133 |
| Binary | 11101011 | 11101010 | 11100101 | 0 | 0 | 11 | 1000 | 110010 | 1101 | 1011011 |
Color Harmonies of #EBEAE5
Complementary color
Monochromatic Colors of #EBEAE5
Black with #EBEAE5
Text Example
Text Example
White with #EBEAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEAE5; }
p { color: rgb(235,234,229); }
H1.HeaderClassName
{
color: #EBEAE5;
}
.AnyTagClassName
{
color: #EBEAE5;
}
</style>
background-color css
<style>
a { background-color: #EBEAE5; }
a { background-color: rgb(235,234,229); }
div.DivClassName
{
background-color: #EBEAE5;
}
.BgClassName
{
background-color: #EBEAE5;
}
</style>
border-color css
<style>
span { border-color: #EBEAE5; }
span { border-color: rgb(235,234,229); }
td.TdClassName
{
border-color: #EBEAE5;
}
.TagClassName
{
border-color: #EBEAE5;
}
</style>