Shades of Rice Flower #EEF3D0
Tints of Rice Flower #EEF3D0
RGB
CMYK
RGB Variations
Color information
#EEF3D0 (or 0xEEF3D0) is known color: Rice Flower. HEX triplet: EE, F3 and D0. RGB value is (238,243,208). Sum of RGB (Red+Green+Blue) = 238+243+208=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 243 (95.31% from 255 or 35.27% from 689); Blue value is 208 (81.64% from 255 or 30.19% from 689); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF3D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF3D0 is #110C2F. Grayscale: #EDEDED. Windows color (decimal): -1117232 or 13693934. OLE color: 13693934.
HSL color Cylindrical-coordinate representation of color #EEF3D0: hue angle of 68.57º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EEF3D0 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 208 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.05 |
| HSL | 68.57º | 0.59% | 0.88% | - |
| HSV(B) | 68.57º | 0.14% | 0.95% | - |
| XYZ | 78.7 | 86.83 | 72.29 | - |
| YUV | 237.52 | 111.34 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 208 | 0.02 | 0 | 0.14 | 0.05 | 68.57 | 0.59 | 0.88 |
| Hex | EE | F3 | D0 | 2 | 0 | E | 5 | 45 | 3B | 58 |
| Octal | 356 | 363 | 320 | 2 | 0 | 16 | 5 | 105 | 73 | 130 |
| Binary | 11101110 | 11110011 | 11010000 | 10 | 0 | 1110 | 101 | 1000101 | 111011 | 1011000 |
Color Harmonies of #EEF3D0
Complementary color
Monochromatic Colors of #EEF3D0
Black with #EEF3D0
Text Example
Text Example
White with #EEF3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF3D0; }
p { color: rgb(238,243,208); }
H1.HeaderClassName
{
color: #EEF3D0;
}
.AnyTagClassName
{
color: #EEF3D0;
}
</style>
background-color css
<style>
a { background-color: #EEF3D0; }
a { background-color: rgb(238,243,208); }
div.DivClassName
{
background-color: #EEF3D0;
}
.BgClassName
{
background-color: #EEF3D0;
}
</style>
border-color css
<style>
span { border-color: #EEF3D0; }
span { border-color: rgb(238,243,208); }
td.TdClassName
{
border-color: #EEF3D0;
}
.TagClassName
{
border-color: #EEF3D0;
}
</style>