Shades of Rice Cake #EFEDDE
Tints of Rice Cake #EFEDDE
RGB
CMYK
RGB Variations
Color information
#EFEDDE (or 0xEFEDDE) is known color: Rice Cake. HEX triplet: EF, ED and DE. RGB value is (239,237,222). Sum of RGB (Red+Green+Blue) = 239+237+222=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 237 (92.97% from 255 or 33.95% from 698); Blue value is 222 (87.11% from 255 or 31.81% from 698); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDDE is #101221. Grayscale: #EBEBEB. Windows color (decimal): -1053218 or 14609903. OLE color: 14609903.
HSL color Cylindrical-coordinate representation of color #EFEDDE: hue angle of 52.94º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFEDDE is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 237 | 222 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.06 |
| HSL | 52.94º | 0.35% | 0.9% | - |
| HSV(B) | 52.94º | 0.07% | 0.94% | - |
| XYZ | 79.07 | 84.19 | 81.19 | - |
| YUV | 235.89 | 120.16 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 222 | 0 | 0.01 | 0.07 | 0.06 | 52.94 | 0.35 | 0.9 |
| Hex | EF | ED | DE | 0 | 1 | 7 | 6 | 35 | 23 | 5A |
| Octal | 357 | 355 | 336 | 0 | 1 | 7 | 6 | 65 | 43 | 132 |
| Binary | 11101111 | 11101101 | 11011110 | 0 | 1 | 111 | 110 | 110101 | 100011 | 1011010 |
Color Harmonies of #EFEDDE
Complementary color
Monochromatic Colors of #EFEDDE
Black with #EFEDDE
Text Example
Text Example
White with #EFEDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEDDE; }
p { color: rgb(239,237,222); }
H1.HeaderClassName
{
color: #EFEDDE;
}
.AnyTagClassName
{
color: #EFEDDE;
}
</style>
background-color css
<style>
a { background-color: #EFEDDE; }
a { background-color: rgb(239,237,222); }
div.DivClassName
{
background-color: #EFEDDE;
}
.BgClassName
{
background-color: #EFEDDE;
}
</style>
border-color css
<style>
span { border-color: #EFEDDE; }
span { border-color: rgb(239,237,222); }
td.TdClassName
{
border-color: #EFEDDE;
}
.TagClassName
{
border-color: #EFEDDE;
}
</style>