Shades of Rice Cake #EEECE2
Tints of Rice Cake #EEECE2
RGB
CMYK
RGB Variations
Color information
#EEECE2 (or 0xEEECE2) is known color: Rice Cake. HEX triplet: EE, EC and E2. RGB value is (238,236,226). Sum of RGB (Red+Green+Blue) = 238+236+226=700 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34% from 700); Green value is 236 (92.58% from 255 or 33.71% from 700); Blue value is 226 (88.67% from 255 or 32.29% from 700); Max value from RGB is 238 - color contains mainly: red. Hex color #EEECE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEECE2 is #11131D. Grayscale: #EBEBEB. Windows color (decimal): -1119006 or 14871790. OLE color: 14871790.
HSL color Cylindrical-coordinate representation of color #EEECE2: hue angle of 50º degrees, saturation: 0.26, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EEECE2 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 236 | 226 | - |
CMYK | 0 | 0.01 | 0.05 | 0.07 |
HSL | 50º | 0.26% | 0.91% | - |
HSV(B) | 50º | 0.05% | 0.93% | - |
XYZ | 78.98 | 83.66 | 83.94 | - |
YUV | 235.46 | 122.66 | 129.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 236 | 226 | 0 | 0.01 | 0.05 | 0.07 | 50 | 0.26 | 0.91 |
Hex | EE | EC | E2 | 0 | 1 | 5 | 7 | 32 | 1A | 5B |
Octal | 356 | 354 | 342 | 0 | 1 | 5 | 7 | 62 | 32 | 133 |
Binary | 11101110 | 11101100 | 11100010 | 0 | 1 | 101 | 111 | 110010 | 11010 | 1011011 |
Color Harmonies of #EEECE2
Complementary color
Monochromatic Colors of #EEECE2
Black with #EEECE2
Text Example
Text Example
White with #EEECE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEECE2; }
p { color: rgb(238,236,226); }
H1.HeaderClassName
{
color: #EEECE2;
}
.AnyTagClassName
{
color: #EEECE2;
}
</style>
background-color css
<style>
a { background-color: #EEECE2; }
a { background-color: rgb(238,236,226); }
div.DivClassName
{
background-color: #EEECE2;
}
.BgClassName
{
background-color: #EEECE2;
}
</style>
border-color css
<style>
span { border-color: #EEECE2; }
span { border-color: rgb(238,236,226); }
td.TdClassName
{
border-color: #EEECE2;
}
.TagClassName
{
border-color: #EEECE2;
}
</style>