Shades of Rice Cake #EFECDA
Tints of Rice Cake #EFECDA
RGB
CMYK
RGB Variations
Color information
#EFECDA (or 0xEFECDA) is known color: Rice Cake. HEX triplet: EF, EC and DA. RGB value is (239,236,218). Sum of RGB (Red+Green+Blue) = 239+236+218=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 236 (92.58% from 255 or 34.05% from 693); Blue value is 218 (85.55% from 255 or 31.46% from 693); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECDA is #101325. Grayscale: #EAEAEA. Windows color (decimal): -1053478 or 14347503. OLE color: 14347503.
HSL color Cylindrical-coordinate representation of color #EFECDA: hue angle of 51.43º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFECDA is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 236 | 218 | - |
CMYK | 0 | 0.01 | 0.09 | 0.06 |
HSL | 51.43º | 0.4% | 0.9% | - |
HSV(B) | 51.43º | 0.09% | 0.94% | - |
XYZ | 78.25 | 83.4 | 78.3 | - |
YUV | 234.85 | 118.49 | 130.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 236 | 218 | 0 | 0.01 | 0.09 | 0.06 | 51.43 | 0.4 | 0.9 |
Hex | EF | EC | DA | 0 | 1 | 9 | 6 | 33 | 28 | 5A |
Octal | 357 | 354 | 332 | 0 | 1 | 11 | 6 | 63 | 50 | 132 |
Binary | 11101111 | 11101100 | 11011010 | 0 | 1 | 1001 | 110 | 110011 | 101000 | 1011010 |
Color Harmonies of #EFECDA
Complementary color
Monochromatic Colors of #EFECDA
Black with #EFECDA
Text Example
Text Example
White with #EFECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFECDA; }
p { color: rgb(239,236,218); }
H1.HeaderClassName
{
color: #EFECDA;
}
.AnyTagClassName
{
color: #EFECDA;
}
</style>
background-color css
<style>
a { background-color: #EFECDA; }
a { background-color: rgb(239,236,218); }
div.DivClassName
{
background-color: #EFECDA;
}
.BgClassName
{
background-color: #EFECDA;
}
</style>
border-color css
<style>
span { border-color: #EFECDA; }
span { border-color: rgb(239,236,218); }
td.TdClassName
{
border-color: #EFECDA;
}
.TagClassName
{
border-color: #EFECDA;
}
</style>