Shades of Rice Cake #EFEBDB
Tints of Rice Cake #EFEBDB
RGB
CMYK
RGB Variations
Color information
#EFEBDB (or 0xEFEBDB) is known color: Rice Cake. HEX triplet: EF, EB and DB. RGB value is (239,235,219). Sum of RGB (Red+Green+Blue) = 239+235+219=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 235 (92.19% from 255 or 33.91% from 693); Blue value is 219 (85.94% from 255 or 31.60% from 693); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBDB is #101424. Grayscale: #EAEAEA. Windows color (decimal): -1053733 or 14412783. OLE color: 14412783.
HSL color Cylindrical-coordinate representation of color #EFEBDB: hue angle of 48º 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 #EFEBDB is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 235 | 219 | - |
CMYK | 0 | 0.02 | 0.08 | 0.06 |
HSL | 48º | 0.38% | 0.9% | - |
HSV(B) | 48º | 0.08% | 0.94% | - |
XYZ | 78.09 | 82.88 | 78.9 | - |
YUV | 234.37 | 119.33 | 131.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 235 | 219 | 0 | 0.02 | 0.08 | 0.06 | 48 | 0.38 | 0.9 |
Hex | EF | EB | DB | 0 | 2 | 8 | 6 | 30 | 26 | 5A |
Octal | 357 | 353 | 333 | 0 | 2 | 10 | 6 | 60 | 46 | 132 |
Binary | 11101111 | 11101011 | 11011011 | 0 | 10 | 1000 | 110 | 110000 | 100110 | 1011010 |
Color Harmonies of #EFEBDB
Complementary color
Monochromatic Colors of #EFEBDB
Black with #EFEBDB
Text Example
Text Example
White with #EFEBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEBDB; }
p { color: rgb(239,235,219); }
H1.HeaderClassName
{
color: #EFEBDB;
}
.AnyTagClassName
{
color: #EFEBDB;
}
</style>
background-color css
<style>
a { background-color: #EFEBDB; }
a { background-color: rgb(239,235,219); }
div.DivClassName
{
background-color: #EFEBDB;
}
.BgClassName
{
background-color: #EFEBDB;
}
</style>
border-color css
<style>
span { border-color: #EFEBDB; }
span { border-color: rgb(239,235,219); }
td.TdClassName
{
border-color: #EFEBDB;
}
.TagClassName
{
border-color: #EFEBDB;
}
</style>