Shades of Rice Cake #EFECDB
Tints of Rice Cake #EFECDB
RGB
CMYK
RGB Variations
Color information
#EFECDB (or 0xEFECDB) is known color: Rice Cake. HEX triplet: EF, EC and DB. RGB value is (239,236,219). Sum of RGB (Red+Green+Blue) = 239+236+219=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 236 (92.58% from 255 or 34.01% from 694); Blue value is 219 (85.94% from 255 or 31.56% from 694); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECDB is #101324. Grayscale: #EBEBEB. Windows color (decimal): -1053477 or 14413039. OLE color: 14413039.
HSL color Cylindrical-coordinate representation of color #EFECDB: hue angle of 51º 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 #EFECDB is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 236 | 219 | - |
CMYK | 0 | 0.01 | 0.08 | 0.06 |
HSL | 51º | 0.38% | 0.9% | - |
HSV(B) | 51º | 0.08% | 0.94% | - |
XYZ | 78.38 | 83.46 | 79 | - |
YUV | 234.96 | 118.99 | 130.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 236 | 219 | 0 | 0.01 | 0.08 | 0.06 | 51 | 0.38 | 0.9 |
Hex | EF | EC | DB | 0 | 1 | 8 | 6 | 33 | 26 | 5A |
Octal | 357 | 354 | 333 | 0 | 1 | 10 | 6 | 63 | 46 | 132 |
Binary | 11101111 | 11101100 | 11011011 | 0 | 1 | 1000 | 110 | 110011 | 100110 | 1011010 |
Color Harmonies of #EFECDB
Complementary color
Monochromatic Colors of #EFECDB
Black with #EFECDB
Text Example
Text Example
White with #EFECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFECDB; }
p { color: rgb(239,236,219); }
H1.HeaderClassName
{
color: #EFECDB;
}
.AnyTagClassName
{
color: #EFECDB;
}
</style>
background-color css
<style>
a { background-color: #EFECDB; }
a { background-color: rgb(239,236,219); }
div.DivClassName
{
background-color: #EFECDB;
}
.BgClassName
{
background-color: #EFECDB;
}
</style>
border-color css
<style>
span { border-color: #EFECDB; }
span { border-color: rgb(239,236,219); }
td.TdClassName
{
border-color: #EFECDB;
}
.TagClassName
{
border-color: #EFECDB;
}
</style>