Shades of Rice Cake #EEEADA
Tints of Rice Cake #EEEADA
RGB
CMYK
RGB Variations
Color information
#EEEADA (or 0xEEEADA) is known color: Rice Cake. HEX triplet: EE, EA and DA. RGB value is (238,234,218). Sum of RGB (Red+Green+Blue) = 238+234+218=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 234 (91.80% from 255 or 33.91% from 690); Blue value is 218 (85.55% from 255 or 31.59% from 690); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEADA is #111525. Grayscale: #E9E9E9. Windows color (decimal): -1119526 or 14346990. OLE color: 14346990.
HSL color Cylindrical-coordinate representation of color #EEEADA: hue angle of 48º 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 #EEEADA is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 234 | 218 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.07 |
| HSL | 48º | 0.37% | 0.89% | - |
| HSV(B) | 48º | 0.08% | 0.93% | - |
| XYZ | 77.34 | 82.08 | 78.1 | - |
| YUV | 233.37 | 119.33 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 234 | 218 | 0 | 0.02 | 0.08 | 0.07 | 48 | 0.37 | 0.89 |
| Hex | EE | EA | DA | 0 | 2 | 8 | 7 | 30 | 25 | 59 |
| Octal | 356 | 352 | 332 | 0 | 2 | 10 | 7 | 60 | 45 | 131 |
| Binary | 11101110 | 11101010 | 11011010 | 0 | 10 | 1000 | 111 | 110000 | 100101 | 1011001 |
Color Harmonies of #EEEADA
Complementary color
Monochromatic Colors of #EEEADA
Black with #EEEADA
Text Example
Text Example
White with #EEEADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEADA; }
p { color: rgb(238,234,218); }
H1.HeaderClassName
{
color: #EEEADA;
}
.AnyTagClassName
{
color: #EEEADA;
}
</style>
background-color css
<style>
a { background-color: #EEEADA; }
a { background-color: rgb(238,234,218); }
div.DivClassName
{
background-color: #EEEADA;
}
.BgClassName
{
background-color: #EEEADA;
}
</style>
border-color css
<style>
span { border-color: #EEEADA; }
span { border-color: rgb(238,234,218); }
td.TdClassName
{
border-color: #EEEADA;
}
.TagClassName
{
border-color: #EEEADA;
}
</style>