Shades of Rice Flower #EAF0CA
Tints of Rice Flower #EAF0CA
RGB
CMYK
RGB Variations
Color information
#EAF0CA (or 0xEAF0CA) is known color: Rice Flower. HEX triplet: EA, F0 and CA. RGB value is (234,240,202). Sum of RGB (Red+Green+Blue) = 234+240+202=676 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.62% from 676); Green value is 240 (94.14% from 255 or 35.50% from 676); Blue value is 202 (79.30% from 255 or 29.88% from 676); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF0CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF0CA is #150F35. Grayscale: #EAEAEA. Windows color (decimal): -1380150 or 13299946. OLE color: 13299946.
HSL color Cylindrical-coordinate representation of color #EAF0CA: hue angle of 69.47º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EAF0CA is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 240 | 202 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.06 |
| HSL | 69.47º | 0.56% | 0.87% | - |
| HSV(B) | 69.47º | 0.16% | 0.94% | - |
| XYZ | 75.75 | 84.08 | 68.11 | - |
| YUV | 233.87 | 110.01 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 240 | 202 | 0.02 | 0 | 0.16 | 0.06 | 69.47 | 0.56 | 0.87 |
| Hex | EA | F0 | CA | 2 | 0 | 10 | 6 | 45 | 38 | 57 |
| Octal | 352 | 360 | 312 | 2 | 0 | 20 | 6 | 105 | 70 | 127 |
| Binary | 11101010 | 11110000 | 11001010 | 10 | 0 | 10000 | 110 | 1000101 | 111000 | 1010111 |
Color Harmonies of #EAF0CA
Complementary color
Monochromatic Colors of #EAF0CA
Black with #EAF0CA
Text Example
Text Example
White with #EAF0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF0CA; }
p { color: rgb(234,240,202); }
H1.HeaderClassName
{
color: #EAF0CA;
}
.AnyTagClassName
{
color: #EAF0CA;
}
</style>
background-color css
<style>
a { background-color: #EAF0CA; }
a { background-color: rgb(234,240,202); }
div.DivClassName
{
background-color: #EAF0CA;
}
.BgClassName
{
background-color: #EAF0CA;
}
</style>
border-color css
<style>
span { border-color: #EAF0CA; }
span { border-color: rgb(234,240,202); }
td.TdClassName
{
border-color: #EAF0CA;
}
.TagClassName
{
border-color: #EAF0CA;
}
</style>