Shades of Rice Flower #EAF0CC
Tints of Rice Flower #EAF0CC
RGB
CMYK
RGB Variations
Color information
#EAF0CC (or 0xEAF0CC) is known color: Rice Flower. HEX triplet: EA, F0 and CC. RGB value is (234,240,204). Sum of RGB (Red+Green+Blue) = 234+240+204=678 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.51% from 678); Green value is 240 (94.14% from 255 or 35.40% from 678); Blue value is 204 (80.08% from 255 or 30.09% from 678); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF0CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF0CC is #150F33. Grayscale: #EAEAEA. Windows color (decimal): -1380148 or 13431018. OLE color: 13431018.
HSL color Cylindrical-coordinate representation of color #EAF0CC: hue angle of 70º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EAF0CC is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 240 | 204 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.06 |
| HSL | 70º | 0.55% | 0.87% | - |
| HSV(B) | 70º | 0.15% | 0.94% | - |
| XYZ | 75.99 | 84.17 | 69.37 | - |
| YUV | 234.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 240 | 204 | 0.02 | 0 | 0.15 | 0.06 | 70 | 0.55 | 0.87 |
| Hex | EA | F0 | CC | 2 | 0 | F | 6 | 46 | 37 | 57 |
| Octal | 352 | 360 | 314 | 2 | 0 | 17 | 6 | 106 | 67 | 127 |
| Binary | 11101010 | 11110000 | 11001100 | 10 | 0 | 1111 | 110 | 1000110 | 110111 | 1010111 |
Color Harmonies of #EAF0CC
Complementary color
Monochromatic Colors of #EAF0CC
Black with #EAF0CC
Text Example
Text Example
White with #EAF0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF0CC; }
p { color: rgb(234,240,204); }
H1.HeaderClassName
{
color: #EAF0CC;
}
.AnyTagClassName
{
color: #EAF0CC;
}
</style>
background-color css
<style>
a { background-color: #EAF0CC; }
a { background-color: rgb(234,240,204); }
div.DivClassName
{
background-color: #EAF0CC;
}
.BgClassName
{
background-color: #EAF0CC;
}
</style>
border-color css
<style>
span { border-color: #EAF0CC; }
span { border-color: rgb(234,240,204); }
td.TdClassName
{
border-color: #EAF0CC;
}
.TagClassName
{
border-color: #EAF0CC;
}
</style>