Shades of Rice Flower #EAF1D8
Tints of Rice Flower #EAF1D8
RGB
CMYK
RGB Variations
Color information
#EAF1D8 (or 0xEAF1D8) is known color: Rice Flower. HEX triplet: EA, F1 and D8. RGB value is (234,241,216). Sum of RGB (Red+Green+Blue) = 234+241+216=691 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.86% from 691); Green value is 241 (94.53% from 255 or 34.88% from 691); Blue value is 216 (84.77% from 255 or 31.26% from 691); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1D8 is #150E27. Grayscale: #ECECEC. Windows color (decimal): -1379880 or 14217706. OLE color: 14217706.
HSL color Cylindrical-coordinate representation of color #EAF1D8: hue angle of 76.8º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAF1D8 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 241 | 216 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.05 |
| HSL | 76.8º | 0.47% | 0.9% | - |
| HSV(B) | 76.8º | 0.1% | 0.95% | - |
| XYZ | 77.78 | 85.36 | 77.34 | - |
| YUV | 236.06 | 116.68 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 241 | 216 | 0.03 | 0 | 0.10 | 0.05 | 76.8 | 0.47 | 0.9 |
| Hex | EA | F1 | D8 | 3 | 0 | A | 5 | 4D | 2F | 5A |
| Octal | 352 | 361 | 330 | 3 | 0 | 12 | 5 | 115 | 57 | 132 |
| Binary | 11101010 | 11110001 | 11011000 | 11 | 0 | 1010 | 101 | 1001101 | 101111 | 1011010 |
Color Harmonies of #EAF1D8
Complementary color
Monochromatic Colors of #EAF1D8
Black with #EAF1D8
Text Example
Text Example
White with #EAF1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF1D8; }
p { color: rgb(234,241,216); }
H1.HeaderClassName
{
color: #EAF1D8;
}
.AnyTagClassName
{
color: #EAF1D8;
}
</style>
background-color css
<style>
a { background-color: #EAF1D8; }
a { background-color: rgb(234,241,216); }
div.DivClassName
{
background-color: #EAF1D8;
}
.BgClassName
{
background-color: #EAF1D8;
}
</style>
border-color css
<style>
span { border-color: #EAF1D8; }
span { border-color: rgb(234,241,216); }
td.TdClassName
{
border-color: #EAF1D8;
}
.TagClassName
{
border-color: #EAF1D8;
}
</style>