Shades of Rice Flower #EEF7D4
Tints of Rice Flower #EEF7D4
RGB
CMYK
RGB Variations
Color information
#EEF7D4 (or 0xEEF7D4) is known color: Rice Flower. HEX triplet: EE, F7 and D4. RGB value is (238,247,212). Sum of RGB (Red+Green+Blue) = 238+247+212=697 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.15% from 697); Green value is 247 (96.88% from 255 or 35.44% from 697); Blue value is 212 (83.20% from 255 or 30.42% from 697); Max value from RGB is 247 - color contains mainly: green. Hex color #EEF7D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF7D4 is #11082B. Grayscale: #F0F0F0. Windows color (decimal): -1116204 or 13957102. OLE color: 13957102.
HSL color Cylindrical-coordinate representation of color #EEF7D4: hue angle of 75.43º degrees, saturation: 0.69, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EEF7D4 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 247 | 212 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.03 |
| HSL | 75.43º | 0.69% | 0.9% | - |
| HSV(B) | 75.43º | 0.14% | 0.97% | - |
| XYZ | 80.4 | 89.45 | 75.32 | - |
| YUV | 240.32 | 112.02 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 247 | 212 | 0.04 | 0 | 0.14 | 0.03 | 75.43 | 0.69 | 0.9 |
| Hex | EE | F7 | D4 | 4 | 0 | E | 3 | 4B | 45 | 5A |
| Octal | 356 | 367 | 324 | 4 | 0 | 16 | 3 | 113 | 105 | 132 |
| Binary | 11101110 | 11110111 | 11010100 | 100 | 0 | 1110 | 11 | 1001011 | 1000101 | 1011010 |
Color Harmonies of #EEF7D4
Complementary color
Monochromatic Colors of #EEF7D4
Black with #EEF7D4
Text Example
Text Example
White with #EEF7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF7D4; }
p { color: rgb(238,247,212); }
H1.HeaderClassName
{
color: #EEF7D4;
}
.AnyTagClassName
{
color: #EEF7D4;
}
</style>
background-color css
<style>
a { background-color: #EEF7D4; }
a { background-color: rgb(238,247,212); }
div.DivClassName
{
background-color: #EEF7D4;
}
.BgClassName
{
background-color: #EEF7D4;
}
</style>
border-color css
<style>
span { border-color: #EEF7D4; }
span { border-color: rgb(238,247,212); }
td.TdClassName
{
border-color: #EEF7D4;
}
.TagClassName
{
border-color: #EEF7D4;
}
</style>