Shades of Rice Flower #EAEFD1
Tints of Rice Flower #EAEFD1
RGB
CMYK
RGB Variations
Color information
#EAEFD1 (or 0xEAEFD1) is known color: Rice Flower. HEX triplet: EA, EF and D1. RGB value is (234,239,209). Sum of RGB (Red+Green+Blue) = 234+239+209=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 239 (93.75% from 255 or 35.04% from 682); Blue value is 209 (82.03% from 255 or 30.65% from 682); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEFD1 is #15102E. Grayscale: #EAEAEA. Windows color (decimal): -1380399 or 13758442. OLE color: 13758442.
HSL color Cylindrical-coordinate representation of color #EAEFD1: hue angle of 70º degrees, saturation: 0.48, 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 #EAEFD1 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 239 | 209 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.06 |
| HSL | 70º | 0.48% | 0.88% | - |
| HSV(B) | 70º | 0.13% | 0.94% | - |
| XYZ | 76.31 | 83.83 | 72.48 | - |
| YUV | 234.09 | 113.84 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 239 | 209 | 0.02 | 0 | 0.13 | 0.06 | 70 | 0.48 | 0.88 |
| Hex | EA | EF | D1 | 2 | 0 | D | 6 | 46 | 30 | 58 |
| Octal | 352 | 357 | 321 | 2 | 0 | 15 | 6 | 106 | 60 | 130 |
| Binary | 11101010 | 11101111 | 11010001 | 10 | 0 | 1101 | 110 | 1000110 | 110000 | 1011000 |
Color Harmonies of #EAEFD1
Complementary color
Monochromatic Colors of #EAEFD1
Black with #EAEFD1
Text Example
Text Example
White with #EAEFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEFD1; }
p { color: rgb(234,239,209); }
H1.HeaderClassName
{
color: #EAEFD1;
}
.AnyTagClassName
{
color: #EAEFD1;
}
</style>
background-color css
<style>
a { background-color: #EAEFD1; }
a { background-color: rgb(234,239,209); }
div.DivClassName
{
background-color: #EAEFD1;
}
.BgClassName
{
background-color: #EAEFD1;
}
</style>
border-color css
<style>
span { border-color: #EAEFD1; }
span { border-color: rgb(234,239,209); }
td.TdClassName
{
border-color: #EAEFD1;
}
.TagClassName
{
border-color: #EAEFD1;
}
</style>