Shades of Rice Cake #EFEBDC
Tints of Rice Cake #EFEBDC
RGB
CMYK
RGB Variations
Color information
#EFEBDC (or 0xEFEBDC) is known color: Rice Cake. HEX triplet: EF, EB and DC. RGB value is (239,235,220). Sum of RGB (Red+Green+Blue) = 239+235+220=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 235 (92.19% from 255 or 33.86% from 694); Blue value is 220 (86.33% from 255 or 31.70% from 694); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBDC is #101423. Grayscale: #EAEAEA. Windows color (decimal): -1053732 or 14478319. OLE color: 14478319.
HSL color Cylindrical-coordinate representation of color #EFEBDC: hue angle of 47.37º 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 #EFEBDC is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 235 | 220 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.06 |
| HSL | 47.37º | 0.37% | 0.9% | - |
| HSV(B) | 47.37º | 0.08% | 0.94% | - |
| XYZ | 78.22 | 82.93 | 79.6 | - |
| YUV | 234.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 235 | 220 | 0 | 0.02 | 0.08 | 0.06 | 47.37 | 0.37 | 0.9 |
| Hex | EF | EB | DC | 0 | 2 | 8 | 6 | 2F | 25 | 5A |
| Octal | 357 | 353 | 334 | 0 | 2 | 10 | 6 | 57 | 45 | 132 |
| Binary | 11101111 | 11101011 | 11011100 | 0 | 10 | 1000 | 110 | 101111 | 100101 | 1011010 |
Color Harmonies of #EFEBDC
Complementary color
Monochromatic Colors of #EFEBDC
Black with #EFEBDC
Text Example
Text Example
White with #EFEBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEBDC; }
p { color: rgb(239,235,220); }
H1.HeaderClassName
{
color: #EFEBDC;
}
.AnyTagClassName
{
color: #EFEBDC;
}
</style>
background-color css
<style>
a { background-color: #EFEBDC; }
a { background-color: rgb(239,235,220); }
div.DivClassName
{
background-color: #EFEBDC;
}
.BgClassName
{
background-color: #EFEBDC;
}
</style>
border-color css
<style>
span { border-color: #EFEBDC; }
span { border-color: rgb(239,235,220); }
td.TdClassName
{
border-color: #EFEBDC;
}
.TagClassName
{
border-color: #EFEBDC;
}
</style>