Shades of Rice Flower #EAEFD6
Tints of Rice Flower #EAEFD6
RGB
CMYK
RGB Variations
Color information
#EAEFD6 (or 0xEAEFD6) is known color: Rice Flower. HEX triplet: EA, EF and D6. RGB value is (234,239,214). Sum of RGB (Red+Green+Blue) = 234+239+214=687 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.06% from 687); Green value is 239 (93.75% from 255 or 34.79% from 687); Blue value is 214 (83.98% from 255 or 31.15% from 687); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEFD6 is #151029. Grayscale: #EAEAEA. Windows color (decimal): -1380394 or 14086122. OLE color: 14086122.
HSL color Cylindrical-coordinate representation of color #EAEFD6: hue angle of 72º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAEFD6 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 239 | 214 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.06 |
| HSL | 72º | 0.44% | 0.89% | - |
| HSV(B) | 72º | 0.1% | 0.94% | - |
| XYZ | 76.94 | 84.08 | 75.79 | - |
| YUV | 234.66 | 116.34 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 239 | 214 | 0.02 | 0 | 0.10 | 0.06 | 72 | 0.44 | 0.89 |
| Hex | EA | EF | D6 | 2 | 0 | A | 6 | 48 | 2C | 59 |
| Octal | 352 | 357 | 326 | 2 | 0 | 12 | 6 | 110 | 54 | 131 |
| Binary | 11101010 | 11101111 | 11010110 | 10 | 0 | 1010 | 110 | 1001000 | 101100 | 1011001 |
Color Harmonies of #EAEFD6
Complementary color
Monochromatic Colors of #EAEFD6
Black with #EAEFD6
Text Example
Text Example
White with #EAEFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEFD6; }
p { color: rgb(234,239,214); }
H1.HeaderClassName
{
color: #EAEFD6;
}
.AnyTagClassName
{
color: #EAEFD6;
}
</style>
background-color css
<style>
a { background-color: #EAEFD6; }
a { background-color: rgb(234,239,214); }
div.DivClassName
{
background-color: #EAEFD6;
}
.BgClassName
{
background-color: #EAEFD6;
}
</style>
border-color css
<style>
span { border-color: #EAEFD6; }
span { border-color: rgb(234,239,214); }
td.TdClassName
{
border-color: #EAEFD6;
}
.TagClassName
{
border-color: #EAEFD6;
}
</style>