Shades of Rice Flower #EEF5CC
Tints of Rice Flower #EEF5CC
RGB
CMYK
RGB Variations
Color information
#EEF5CC (or 0xEEF5CC) is known color: Rice Flower. HEX triplet: EE, F5 and CC. RGB value is (238,245,204). Sum of RGB (Red+Green+Blue) = 238+245+204=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 245 (96.09% from 255 or 35.66% from 687); Blue value is 204 (80.08% from 255 or 29.69% from 687); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF5CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF5CC is #110A33. Grayscale: #EEEEEE. Windows color (decimal): -1116724 or 13432302. OLE color: 13432302.
HSL color Cylindrical-coordinate representation of color #EEF5CC: hue angle of 70.24º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EEF5CC is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 204 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.04 |
| HSL | 70.24º | 0.67% | 0.88% | - |
| HSV(B) | 70.24º | 0.17% | 0.96% | - |
| XYZ | 78.81 | 87.84 | 69.93 | - |
| YUV | 238.23 | 108.68 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 204 | 0.03 | 0 | 0.17 | 0.04 | 70.24 | 0.67 | 0.88 |
| Hex | EE | F5 | CC | 3 | 0 | 11 | 4 | 46 | 43 | 58 |
| Octal | 356 | 365 | 314 | 3 | 0 | 21 | 4 | 106 | 103 | 130 |
| Binary | 11101110 | 11110101 | 11001100 | 11 | 0 | 10001 | 100 | 1000110 | 1000011 | 1011000 |
Color Harmonies of #EEF5CC
Complementary color
Monochromatic Colors of #EEF5CC
Black with #EEF5CC
Text Example
Text Example
White with #EEF5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF5CC; }
p { color: rgb(238,245,204); }
H1.HeaderClassName
{
color: #EEF5CC;
}
.AnyTagClassName
{
color: #EEF5CC;
}
</style>
background-color css
<style>
a { background-color: #EEF5CC; }
a { background-color: rgb(238,245,204); }
div.DivClassName
{
background-color: #EEF5CC;
}
.BgClassName
{
background-color: #EEF5CC;
}
</style>
border-color css
<style>
span { border-color: #EEF5CC; }
span { border-color: rgb(238,245,204); }
td.TdClassName
{
border-color: #EEF5CC;
}
.TagClassName
{
border-color: #EEF5CC;
}
</style>