Shades of Rice Flower #EAEFD9
Tints of Rice Flower #EAEFD9
RGB
CMYK
RGB Variations
Color information
#EAEFD9 (or 0xEAEFD9) is known color: Rice Flower. HEX triplet: EA, EF and D9. RGB value is (234,239,217). Sum of RGB (Red+Green+Blue) = 234+239+217=690 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.91% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 217 (85.16% from 255 or 31.45% from 690); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEFD9 is #151026. Grayscale: #EBEBEB. Windows color (decimal): -1380391 or 14282730. OLE color: 14282730.
HSL color Cylindrical-coordinate representation of color #EAEFD9: hue angle of 73.64º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAEFD9 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 239 | 217 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.06 |
| HSL | 73.64º | 0.41% | 0.89% | - |
| HSV(B) | 73.64º | 0.09% | 0.94% | - |
| XYZ | 77.32 | 84.24 | 77.83 | - |
| YUV | 235 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 239 | 217 | 0.02 | 0 | 0.09 | 0.06 | 73.64 | 0.41 | 0.89 |
| Hex | EA | EF | D9 | 2 | 0 | 9 | 6 | 4A | 29 | 59 |
| Octal | 352 | 357 | 331 | 2 | 0 | 11 | 6 | 112 | 51 | 131 |
| Binary | 11101010 | 11101111 | 11011001 | 10 | 0 | 1001 | 110 | 1001010 | 101001 | 1011001 |
Color Harmonies of #EAEFD9
Complementary color
Monochromatic Colors of #EAEFD9
Black with #EAEFD9
Text Example
Text Example
White with #EAEFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEFD9; }
p { color: rgb(234,239,217); }
H1.HeaderClassName
{
color: #EAEFD9;
}
.AnyTagClassName
{
color: #EAEFD9;
}
</style>
background-color css
<style>
a { background-color: #EAEFD9; }
a { background-color: rgb(234,239,217); }
div.DivClassName
{
background-color: #EAEFD9;
}
.BgClassName
{
background-color: #EAEFD9;
}
</style>
border-color css
<style>
span { border-color: #EAEFD9; }
span { border-color: rgb(234,239,217); }
td.TdClassName
{
border-color: #EAEFD9;
}
.TagClassName
{
border-color: #EAEFD9;
}
</style>