Shades of Rice Cake #EFEDDF
Tints of Rice Cake #EFEDDF
RGB
CMYK
RGB Variations
Color information
#EFEDDF (or 0xEFEDDF) is known color: Rice Cake. HEX triplet: EF, ED and DF. RGB value is (239,237,223). Sum of RGB (Red+Green+Blue) = 239+237+223=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 237 (92.97% from 255 or 33.91% from 699); Blue value is 223 (87.5% from 255 or 31.90% from 699); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDDF is #101220. Grayscale: #ECECEC. Windows color (decimal): -1053217 or 14675439. OLE color: 14675439.
HSL color Cylindrical-coordinate representation of color #EFEDDF: hue angle of 52.5º 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 #EFEDDF is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 237 | 223 | - |
CMYK | 0 | 0.01 | 0.07 | 0.06 |
HSL | 52.5º | 0.33% | 0.91% | - |
HSV(B) | 52.5º | 0.07% | 0.94% | - |
XYZ | 79.2 | 84.25 | 81.9 | - |
YUV | 236 | 120.66 | 130.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 237 | 223 | 0 | 0.01 | 0.07 | 0.06 | 52.5 | 0.33 | 0.91 |
Hex | EF | ED | DF | 0 | 1 | 7 | 6 | 34 | 21 | 5B |
Octal | 357 | 355 | 337 | 0 | 1 | 7 | 6 | 64 | 41 | 133 |
Binary | 11101111 | 11101101 | 11011111 | 0 | 1 | 111 | 110 | 110100 | 100001 | 1011011 |
Color Harmonies of #EFEDDF
Complementary color
Monochromatic Colors of #EFEDDF
Black with #EFEDDF
Text Example
Text Example
White with #EFEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEDDF; }
p { color: rgb(239,237,223); }
H1.HeaderClassName
{
color: #EFEDDF;
}
.AnyTagClassName
{
color: #EFEDDF;
}
</style>
background-color css
<style>
a { background-color: #EFEDDF; }
a { background-color: rgb(239,237,223); }
div.DivClassName
{
background-color: #EFEDDF;
}
.BgClassName
{
background-color: #EFEDDF;
}
</style>
border-color css
<style>
span { border-color: #EFEDDF; }
span { border-color: rgb(239,237,223); }
td.TdClassName
{
border-color: #EFEDDF;
}
.TagClassName
{
border-color: #EFEDDF;
}
</style>