Shades of Rice Cake #EEEBDA
Tints of Rice Cake #EEEBDA
RGB
CMYK
RGB Variations
Color information
#EEEBDA (or 0xEEEBDA) is known color: Rice Cake. HEX triplet: EE, EB and DA. RGB value is (238,235,218). Sum of RGB (Red+Green+Blue) = 238+235+218=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 235 (92.19% from 255 or 34.01% from 691); Blue value is 218 (85.55% from 255 or 31.55% from 691); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEBDA is #111425. Grayscale: #EAEAEA. Windows color (decimal): -1119270 or 14347246. OLE color: 14347246.
HSL color Cylindrical-coordinate representation of color #EEEBDA: hue angle of 51º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEEBDA is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 235 | 218 | - |
CMYK | 0 | 0.01 | 0.08 | 0.07 |
HSL | 51º | 0.37% | 0.89% | - |
HSV(B) | 51º | 0.08% | 0.93% | - |
XYZ | 77.62 | 82.66 | 78.19 | - |
YUV | 233.96 | 118.99 | 130.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 235 | 218 | 0 | 0.01 | 0.08 | 0.07 | 51 | 0.37 | 0.89 |
Hex | EE | EB | DA | 0 | 1 | 8 | 7 | 33 | 25 | 59 |
Octal | 356 | 353 | 332 | 0 | 1 | 10 | 7 | 63 | 45 | 131 |
Binary | 11101110 | 11101011 | 11011010 | 0 | 1 | 1000 | 111 | 110011 | 100101 | 1011001 |
Color Harmonies of #EEEBDA
Complementary color
Monochromatic Colors of #EEEBDA
Black with #EEEBDA
Text Example
Text Example
White with #EEEBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEBDA; }
p { color: rgb(238,235,218); }
H1.HeaderClassName
{
color: #EEEBDA;
}
.AnyTagClassName
{
color: #EEEBDA;
}
</style>
background-color css
<style>
a { background-color: #EEEBDA; }
a { background-color: rgb(238,235,218); }
div.DivClassName
{
background-color: #EEEBDA;
}
.BgClassName
{
background-color: #EEEBDA;
}
</style>
border-color css
<style>
span { border-color: #EEEBDA; }
span { border-color: rgb(238,235,218); }
td.TdClassName
{
border-color: #EEEBDA;
}
.TagClassName
{
border-color: #EEEBDA;
}
</style>