Shades of Rice Flower #EAF0CF
Tints of Rice Flower #EAF0CF
RGB
CMYK
RGB Variations
Color information
#EAF0CF (or 0xEAF0CF) is known color: Rice Flower. HEX triplet: EA, F0 and CF. RGB value is (234,240,207). Sum of RGB (Red+Green+Blue) = 234+240+207=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 240 (94.14% from 255 or 35.24% from 681); Blue value is 207 (81.25% from 255 or 30.40% from 681); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF0CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF0CF is #150F30. Grayscale: #EAEAEA. Windows color (decimal): -1380145 or 13627626. OLE color: 13627626.
HSL color Cylindrical-coordinate representation of color #EAF0CF: hue angle of 70.91º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EAF0CF is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 240 | 207 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.06 |
| HSL | 70.91º | 0.52% | 0.88% | - |
| HSV(B) | 70.91º | 0.14% | 0.94% | - |
| XYZ | 76.35 | 84.32 | 71.28 | - |
| YUV | 234.44 | 112.51 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 240 | 207 | 0.02 | 0 | 0.14 | 0.06 | 70.91 | 0.52 | 0.88 |
| Hex | EA | F0 | CF | 2 | 0 | E | 6 | 47 | 34 | 58 |
| Octal | 352 | 360 | 317 | 2 | 0 | 16 | 6 | 107 | 64 | 130 |
| Binary | 11101010 | 11110000 | 11001111 | 10 | 0 | 1110 | 110 | 1000111 | 110100 | 1011000 |
Color Harmonies of #EAF0CF
Complementary color
Monochromatic Colors of #EAF0CF
Black with #EAF0CF
Text Example
Text Example
White with #EAF0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF0CF; }
p { color: rgb(234,240,207); }
H1.HeaderClassName
{
color: #EAF0CF;
}
.AnyTagClassName
{
color: #EAF0CF;
}
</style>
background-color css
<style>
a { background-color: #EAF0CF; }
a { background-color: rgb(234,240,207); }
div.DivClassName
{
background-color: #EAF0CF;
}
.BgClassName
{
background-color: #EAF0CF;
}
</style>
border-color css
<style>
span { border-color: #EAF0CF; }
span { border-color: rgb(234,240,207); }
td.TdClassName
{
border-color: #EAF0CF;
}
.TagClassName
{
border-color: #EAF0CF;
}
</style>