Shades of Rice Cake #EFEEE0
Tints of Rice Cake #EFEEE0
RGB
CMYK
RGB Variations
Color information
#EFEEE0 (or 0xEFEEE0) is known color: Rice Cake. HEX triplet: EF, EE and E0. RGB value is (239,238,224). Sum of RGB (Red+Green+Blue) = 239+238+224=701 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.09% from 701); Green value is 238 (93.36% from 255 or 33.95% from 701); Blue value is 224 (87.89% from 255 or 31.95% from 701); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEEE0 is #10111F. Grayscale: #ECECEC. Windows color (decimal): -1052960 or 14741231. OLE color: 14741231.
HSL color Cylindrical-coordinate representation of color #EFEEE0: hue angle of 56º degrees, saturation: 0.32, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFEEE0 is Cyan = 0, Magento = 0.00, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 238 | 224 | - |
CMYK | 0 | 0.00 | 0.06 | 0.06 |
HSL | 56º | 0.32% | 0.91% | - |
HSV(B) | 56º | 0.06% | 0.94% | - |
XYZ | 79.63 | 84.88 | 82.71 | - |
YUV | 236.7 | 120.83 | 129.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 238 | 224 | 0 | 0.00 | 0.06 | 0.06 | 56 | 0.32 | 0.91 |
Hex | EF | EE | E0 | 0 | 0 | 6 | 6 | 38 | 20 | 5B |
Octal | 357 | 356 | 340 | 0 | 0 | 6 | 6 | 70 | 40 | 133 |
Binary | 11101111 | 11101110 | 11100000 | 0 | 0 | 110 | 110 | 111000 | 100000 | 1011011 |
Color Harmonies of #EFEEE0
Complementary color
Monochromatic Colors of #EFEEE0
Black with #EFEEE0
Text Example
Text Example
White with #EFEEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEEE0; }
p { color: rgb(239,238,224); }
H1.HeaderClassName
{
color: #EFEEE0;
}
.AnyTagClassName
{
color: #EFEEE0;
}
</style>
background-color css
<style>
a { background-color: #EFEEE0; }
a { background-color: rgb(239,238,224); }
div.DivClassName
{
background-color: #EFEEE0;
}
.BgClassName
{
background-color: #EFEEE0;
}
</style>
border-color css
<style>
span { border-color: #EFEEE0; }
span { border-color: rgb(239,238,224); }
td.TdClassName
{
border-color: #EFEEE0;
}
.TagClassName
{
border-color: #EFEEE0;
}
</style>