Shades of Rice Cake #EFEDDC
Tints of Rice Cake #EFEDDC
RGB
CMYK
RGB Variations
Color information
#EFEDDC (or 0xEFEDDC) is known color: Rice Cake. HEX triplet: EF, ED and DC. RGB value is (239,237,220). Sum of RGB (Red+Green+Blue) = 239+237+220=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 237 (92.97% from 255 or 34.05% from 696); Blue value is 220 (86.33% from 255 or 31.61% from 696); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDDC is #101223. Grayscale: #EBEBEB. Windows color (decimal): -1053220 or 14478831. OLE color: 14478831.
HSL color Cylindrical-coordinate representation of color #EFEDDC: hue angle of 53.68º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFEDDC is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 237 | 220 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.06 |
| HSL | 53.68º | 0.37% | 0.9% | - |
| HSV(B) | 53.68º | 0.08% | 0.94% | - |
| XYZ | 78.8 | 84.09 | 79.79 | - |
| YUV | 235.66 | 119.16 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 220 | 0 | 0.01 | 0.08 | 0.06 | 53.68 | 0.37 | 0.9 |
| Hex | EF | ED | DC | 0 | 1 | 8 | 6 | 36 | 25 | 5A |
| Octal | 357 | 355 | 334 | 0 | 1 | 10 | 6 | 66 | 45 | 132 |
| Binary | 11101111 | 11101101 | 11011100 | 0 | 1 | 1000 | 110 | 110110 | 100101 | 1011010 |
Color Harmonies of #EFEDDC
Complementary color
Monochromatic Colors of #EFEDDC
Black with #EFEDDC
Text Example
Text Example
White with #EFEDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEDDC; }
p { color: rgb(239,237,220); }
H1.HeaderClassName
{
color: #EFEDDC;
}
.AnyTagClassName
{
color: #EFEDDC;
}
</style>
background-color css
<style>
a { background-color: #EFEDDC; }
a { background-color: rgb(239,237,220); }
div.DivClassName
{
background-color: #EFEDDC;
}
.BgClassName
{
background-color: #EFEDDC;
}
</style>
border-color css
<style>
span { border-color: #EFEDDC; }
span { border-color: rgb(239,237,220); }
td.TdClassName
{
border-color: #EFEDDC;
}
.TagClassName
{
border-color: #EFEDDC;
}
</style>