Shades of Rice Flower #EEF0D0
Tints of Rice Flower #EEF0D0
RGB
CMYK
RGB Variations
Color information
#EEF0D0 (or 0xEEF0D0) is known color: Rice Flower. HEX triplet: EE, F0 and D0. RGB value is (238,240,208). Sum of RGB (Red+Green+Blue) = 238+240+208=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 240 (94.14% from 255 or 34.99% from 686); Blue value is 208 (81.64% from 255 or 30.32% from 686); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF0D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF0D0 is #110F2F. Grayscale: #EBEBEB. Windows color (decimal): -1118000 or 13693166. OLE color: 13693166.
HSL color Cylindrical-coordinate representation of color #EEF0D0: hue angle of 63.75º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EEF0D0 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 208 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.06 |
| HSL | 63.75º | 0.52% | 0.88% | - |
| HSV(B) | 63.75º | 0.13% | 0.94% | - |
| XYZ | 77.81 | 85.05 | 71.99 | - |
| YUV | 235.75 | 112.34 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 208 | 0.01 | 0 | 0.13 | 0.06 | 63.75 | 0.52 | 0.88 |
| Hex | EE | F0 | D0 | 1 | 0 | D | 6 | 40 | 34 | 58 |
| Octal | 356 | 360 | 320 | 1 | 0 | 15 | 6 | 100 | 64 | 130 |
| Binary | 11101110 | 11110000 | 11010000 | 1 | 0 | 1101 | 110 | 1000000 | 110100 | 1011000 |
Color Harmonies of #EEF0D0
Complementary color
Monochromatic Colors of #EEF0D0
Black with #EEF0D0
Text Example
Text Example
White with #EEF0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF0D0; }
p { color: rgb(238,240,208); }
H1.HeaderClassName
{
color: #EEF0D0;
}
.AnyTagClassName
{
color: #EEF0D0;
}
</style>
background-color css
<style>
a { background-color: #EEF0D0; }
a { background-color: rgb(238,240,208); }
div.DivClassName
{
background-color: #EEF0D0;
}
.BgClassName
{
background-color: #EEF0D0;
}
</style>
border-color css
<style>
span { border-color: #EEF0D0; }
span { border-color: rgb(238,240,208); }
td.TdClassName
{
border-color: #EEF0D0;
}
.TagClassName
{
border-color: #EEF0D0;
}
</style>