Shades of Rice Cake #EFEDE2
Tints of Rice Cake #EFEDE2
RGB
CMYK
RGB Variations
Color information
#EFEDE2 (or 0xEFEDE2) is known color: Rice Cake. HEX triplet: EF, ED and E2. RGB value is (239,237,226). Sum of RGB (Red+Green+Blue) = 239+237+226=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 237 (92.97% from 255 or 33.76% from 702); Blue value is 226 (88.67% from 255 or 32.19% from 702); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDE2 is #10121D. Grayscale: #ECECEC. Windows color (decimal): -1053214 or 14872047. OLE color: 14872047.
HSL color Cylindrical-coordinate representation of color #EFEDE2: hue angle of 50.77º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFEDE2 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 237 | 226 | - |
CMYK | 0 | 0.01 | 0.05 | 0.06 |
HSL | 50.77º | 0.29% | 0.91% | - |
HSV(B) | 50.77º | 0.05% | 0.94% | - |
XYZ | 79.61 | 84.41 | 84.05 | - |
YUV | 236.34 | 122.16 | 129.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 237 | 226 | 0 | 0.01 | 0.05 | 0.06 | 50.77 | 0.29 | 0.91 |
Hex | EF | ED | E2 | 0 | 1 | 5 | 6 | 33 | 1D | 5B |
Octal | 357 | 355 | 342 | 0 | 1 | 5 | 6 | 63 | 35 | 133 |
Binary | 11101111 | 11101101 | 11100010 | 0 | 1 | 101 | 110 | 110011 | 11101 | 1011011 |
Color Harmonies of #EFEDE2
Complementary color
Monochromatic Colors of #EFEDE2
Black with #EFEDE2
Text Example
Text Example
White with #EFEDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEDE2; }
p { color: rgb(239,237,226); }
H1.HeaderClassName
{
color: #EFEDE2;
}
.AnyTagClassName
{
color: #EFEDE2;
}
</style>
background-color css
<style>
a { background-color: #EFEDE2; }
a { background-color: rgb(239,237,226); }
div.DivClassName
{
background-color: #EFEDE2;
}
.BgClassName
{
background-color: #EFEDE2;
}
</style>
border-color css
<style>
span { border-color: #EFEDE2; }
span { border-color: rgb(239,237,226); }
td.TdClassName
{
border-color: #EFEDE2;
}
.TagClassName
{
border-color: #EFEDE2;
}
</style>