Shades of Rice Cake #EFECDF
Tints of Rice Cake #EFECDF
RGB
CMYK
RGB Variations
Color information
#EFECDF (or 0xEFECDF) is known color: Rice Cake. HEX triplet: EF, EC and DF. RGB value is (239,236,223). Sum of RGB (Red+Green+Blue) = 239+236+223=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 236 (92.58% from 255 or 33.81% from 698); Blue value is 223 (87.5% from 255 or 31.95% from 698); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECDF is #101320. Grayscale: #EBEBEB. Windows color (decimal): -1053473 or 14675183. OLE color: 14675183.
HSL color Cylindrical-coordinate representation of color #EFECDF: hue angle of 48.75º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFECDF is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 236 | 223 | - |
CMYK | 0 | 0.01 | 0.07 | 0.06 |
HSL | 48.75º | 0.33% | 0.91% | - |
HSV(B) | 48.75º | 0.07% | 0.94% | - |
XYZ | 78.91 | 83.67 | 81.8 | - |
YUV | 235.42 | 120.99 | 130.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 236 | 223 | 0 | 0.01 | 0.07 | 0.06 | 48.75 | 0.33 | 0.91 |
Hex | EF | EC | DF | 0 | 1 | 7 | 6 | 31 | 21 | 5B |
Octal | 357 | 354 | 337 | 0 | 1 | 7 | 6 | 61 | 41 | 133 |
Binary | 11101111 | 11101100 | 11011111 | 0 | 1 | 111 | 110 | 110001 | 100001 | 1011011 |
Color Harmonies of #EFECDF
Complementary color
Monochromatic Colors of #EFECDF
Black with #EFECDF
Text Example
Text Example
White with #EFECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFECDF; }
p { color: rgb(239,236,223); }
H1.HeaderClassName
{
color: #EFECDF;
}
.AnyTagClassName
{
color: #EFECDF;
}
</style>
background-color css
<style>
a { background-color: #EFECDF; }
a { background-color: rgb(239,236,223); }
div.DivClassName
{
background-color: #EFECDF;
}
.BgClassName
{
background-color: #EFECDF;
}
</style>
border-color css
<style>
span { border-color: #EFECDF; }
span { border-color: rgb(239,236,223); }
td.TdClassName
{
border-color: #EFECDF;
}
.TagClassName
{
border-color: #EFECDF;
}
</style>