Shades of Rice Cake #EFEDDB
Tints of Rice Cake #EFEDDB
RGB
CMYK
RGB Variations
Color information
#EFEDDB (or 0xEFEDDB) is known color: Rice Cake. HEX triplet: EF, ED and DB. RGB value is (239,237,219). Sum of RGB (Red+Green+Blue) = 239+237+219=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 219 (85.94% from 255 or 31.51% from 695); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDDB is #101224. Grayscale: #EBEBEB. Windows color (decimal): -1053221 or 14413295. OLE color: 14413295.
HSL color Cylindrical-coordinate representation of color #EFEDDB: hue angle of 54º degrees, saturation: 0.38, 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 #EFEDDB is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 237 | 219 | - |
CMYK | 0 | 0.01 | 0.08 | 0.06 |
HSL | 54º | 0.38% | 0.9% | - |
HSV(B) | 54º | 0.08% | 0.94% | - |
XYZ | 78.67 | 84.03 | 79.09 | - |
YUV | 235.55 | 118.66 | 130.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 237 | 219 | 0 | 0.01 | 0.08 | 0.06 | 54 | 0.38 | 0.9 |
Hex | EF | ED | DB | 0 | 1 | 8 | 6 | 36 | 26 | 5A |
Octal | 357 | 355 | 333 | 0 | 1 | 10 | 6 | 66 | 46 | 132 |
Binary | 11101111 | 11101101 | 11011011 | 0 | 1 | 1000 | 110 | 110110 | 100110 | 1011010 |
Color Harmonies of #EFEDDB
Complementary color
Monochromatic Colors of #EFEDDB
Black with #EFEDDB
Text Example
Text Example
White with #EFEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEDDB; }
p { color: rgb(239,237,219); }
H1.HeaderClassName
{
color: #EFEDDB;
}
.AnyTagClassName
{
color: #EFEDDB;
}
</style>
background-color css
<style>
a { background-color: #EFEDDB; }
a { background-color: rgb(239,237,219); }
div.DivClassName
{
background-color: #EFEDDB;
}
.BgClassName
{
background-color: #EFEDDB;
}
</style>
border-color css
<style>
span { border-color: #EFEDDB; }
span { border-color: rgb(239,237,219); }
td.TdClassName
{
border-color: #EFEDDB;
}
.TagClassName
{
border-color: #EFEDDB;
}
</style>