Shades of Rice Flower #EEF4CB
Tints of Rice Flower #EEF4CB
RGB
CMYK
RGB Variations
Color information
#EEF4CB (or 0xEEF4CB) is known color: Rice Flower. HEX triplet: EE, F4 and CB. RGB value is (238,244,203). Sum of RGB (Red+Green+Blue) = 238+244+203=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 244 (95.70% from 255 or 35.62% from 685); Blue value is 203 (79.69% from 255 or 29.64% from 685); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF4CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF4CB is #110B34. Grayscale: #EDEDED. Windows color (decimal): -1116981 or 13366510. OLE color: 13366510.
HSL color Cylindrical-coordinate representation of color #EEF4CB: hue angle of 68.78º degrees, saturation: 0.65, 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 #EEF4CB is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 244 | 203 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.04 |
| HSL | 68.78º | 0.65% | 0.88% | - |
| HSV(B) | 68.78º | 0.17% | 0.96% | - |
| XYZ | 78.39 | 87.19 | 69.2 | - |
| YUV | 237.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 244 | 203 | 0.02 | 0 | 0.17 | 0.04 | 68.78 | 0.65 | 0.88 |
| Hex | EE | F4 | CB | 2 | 0 | 11 | 4 | 45 | 41 | 58 |
| Octal | 356 | 364 | 313 | 2 | 0 | 21 | 4 | 105 | 101 | 130 |
| Binary | 11101110 | 11110100 | 11001011 | 10 | 0 | 10001 | 100 | 1000101 | 1000001 | 1011000 |
Color Harmonies of #EEF4CB
Complementary color
Monochromatic Colors of #EEF4CB
Black with #EEF4CB
Text Example
Text Example
White with #EEF4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF4CB; }
p { color: rgb(238,244,203); }
H1.HeaderClassName
{
color: #EEF4CB;
}
.AnyTagClassName
{
color: #EEF4CB;
}
</style>
background-color css
<style>
a { background-color: #EEF4CB; }
a { background-color: rgb(238,244,203); }
div.DivClassName
{
background-color: #EEF4CB;
}
.BgClassName
{
background-color: #EEF4CB;
}
</style>
border-color css
<style>
span { border-color: #EEF4CB; }
span { border-color: rgb(238,244,203); }
td.TdClassName
{
border-color: #EEF4CB;
}
.TagClassName
{
border-color: #EEF4CB;
}
</style>