Shades of Rice Cake #EFEDDD
Tints of Rice Cake #EFEDDD
RGB
CMYK
RGB Variations
Color information
#EFEDDD (or 0xEFEDDD) is known color: Rice Cake. HEX triplet: EF, ED and DD. RGB value is (239,237,221). Sum of RGB (Red+Green+Blue) = 239+237+221=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 221 (86.72% from 255 or 31.71% from 697); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDDD is #101222. Grayscale: #EBEBEB. Windows color (decimal): -1053219 or 14544367. OLE color: 14544367.
HSL color Cylindrical-coordinate representation of color #EFEDDD: hue angle of 53.33º degrees, saturation: 0.36, 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 #EFEDDD is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 237 | 221 | - |
CMYK | 0 | 0.01 | 0.08 | 0.06 |
HSL | 53.33º | 0.36% | 0.9% | - |
HSV(B) | 53.33º | 0.08% | 0.94% | - |
XYZ | 78.93 | 84.14 | 80.49 | - |
YUV | 235.77 | 119.66 | 130.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 237 | 221 | 0 | 0.01 | 0.08 | 0.06 | 53.33 | 0.36 | 0.9 |
Hex | EF | ED | DD | 0 | 1 | 8 | 6 | 35 | 24 | 5A |
Octal | 357 | 355 | 335 | 0 | 1 | 10 | 6 | 65 | 44 | 132 |
Binary | 11101111 | 11101101 | 11011101 | 0 | 1 | 1000 | 110 | 110101 | 100100 | 1011010 |
Color Harmonies of #EFEDDD
Complementary color
Monochromatic Colors of #EFEDDD
Black with #EFEDDD
Text Example
Text Example
White with #EFEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEDDD; }
p { color: rgb(239,237,221); }
H1.HeaderClassName
{
color: #EFEDDD;
}
.AnyTagClassName
{
color: #EFEDDD;
}
</style>
background-color css
<style>
a { background-color: #EFEDDD; }
a { background-color: rgb(239,237,221); }
div.DivClassName
{
background-color: #EFEDDD;
}
.BgClassName
{
background-color: #EFEDDD;
}
</style>
border-color css
<style>
span { border-color: #EFEDDD; }
span { border-color: rgb(239,237,221); }
td.TdClassName
{
border-color: #EFEDDD;
}
.TagClassName
{
border-color: #EFEDDD;
}
</style>