Shades of Rice Cake #EBEAE4
Tints of Rice Cake #EBEAE4
RGB
CMYK
RGB Variations
Color information
#EBEAE4 (or 0xEBEAE4) is known color: Rice Cake. HEX triplet: EB, EA and E4. RGB value is (235,234,228). Sum of RGB (Red+Green+Blue) = 235+234+228=697 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.72% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 228 (89.45% from 255 or 32.71% from 697); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEAE4 is #14151B. Grayscale: #E9E9E9. Windows color (decimal): -1316124 or 15002347. OLE color: 15002347.
HSL color Cylindrical-coordinate representation of color #EBEAE4: hue angle of 51.43º degrees, saturation: 0.15, 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 #EBEAE4 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 234 | 228 | - |
CMYK | 0 | 0.00 | 0.03 | 0.08 |
HSL | 51.43º | 0.15% | 0.91% | - |
HSV(B) | 51.43º | 0.03% | 0.92% | - |
XYZ | 77.69 | 82.11 | 85.15 | - |
YUV | 233.62 | 124.83 | 128.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 234 | 228 | 0 | 0.00 | 0.03 | 0.08 | 51.43 | 0.15 | 0.91 |
Hex | EB | EA | E4 | 0 | 0 | 3 | 8 | 33 | F | 5B |
Octal | 353 | 352 | 344 | 0 | 0 | 3 | 10 | 63 | 17 | 133 |
Binary | 11101011 | 11101010 | 11100100 | 0 | 0 | 11 | 1000 | 110011 | 1111 | 1011011 |
Color Harmonies of #EBEAE4
Complementary color
Monochromatic Colors of #EBEAE4
Black with #EBEAE4
Text Example
Text Example
White with #EBEAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEAE4; }
p { color: rgb(235,234,228); }
H1.HeaderClassName
{
color: #EBEAE4;
}
.AnyTagClassName
{
color: #EBEAE4;
}
</style>
background-color css
<style>
a { background-color: #EBEAE4; }
a { background-color: rgb(235,234,228); }
div.DivClassName
{
background-color: #EBEAE4;
}
.BgClassName
{
background-color: #EBEAE4;
}
</style>
border-color css
<style>
span { border-color: #EBEAE4; }
span { border-color: rgb(235,234,228); }
td.TdClassName
{
border-color: #EBEAE4;
}
.TagClassName
{
border-color: #EBEAE4;
}
</style>