Shades of Rice Flower #EEF3DA
Tints of Rice Flower #EEF3DA
RGB
CMYK
RGB Variations
Color information
#EEF3DA (or 0xEEF3DA) is known color: Rice Flower. HEX triplet: EE, F3 and DA. RGB value is (238,243,218). Sum of RGB (Red+Green+Blue) = 238+243+218=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 243 (95.31% from 255 or 34.76% from 699); Blue value is 218 (85.55% from 255 or 31.19% from 699); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF3DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF3DA is #110C25. Grayscale: #EEEEEE. Windows color (decimal): -1117222 or 14349294. OLE color: 14349294.
HSL color Cylindrical-coordinate representation of color #EEF3DA: hue angle of 72º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEF3DA is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 238 | 243 | 218 | - |
CMYK | 0.02 | 0 | 0.10 | 0.05 |
HSL | 72º | 0.51% | 0.9% | - |
HSV(B) | 72º | 0.1% | 0.95% | - |
XYZ | 79.97 | 87.34 | 78.97 | - |
YUV | 238.66 | 116.34 | 127.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 243 | 218 | 0.02 | 0 | 0.10 | 0.05 | 72 | 0.51 | 0.9 |
Hex | EE | F3 | DA | 2 | 0 | A | 5 | 48 | 33 | 5A |
Octal | 356 | 363 | 332 | 2 | 0 | 12 | 5 | 110 | 63 | 132 |
Binary | 11101110 | 11110011 | 11011010 | 10 | 0 | 1010 | 101 | 1001000 | 110011 | 1011010 |
Color Harmonies of #EEF3DA
Complementary color
Monochromatic Colors of #EEF3DA
Black with #EEF3DA
Text Example
Text Example
White with #EEF3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF3DA; }
p { color: rgb(238,243,218); }
H1.HeaderClassName
{
color: #EEF3DA;
}
.AnyTagClassName
{
color: #EEF3DA;
}
</style>
background-color css
<style>
a { background-color: #EEF3DA; }
a { background-color: rgb(238,243,218); }
div.DivClassName
{
background-color: #EEF3DA;
}
.BgClassName
{
background-color: #EEF3DA;
}
</style>
border-color css
<style>
span { border-color: #EEF3DA; }
span { border-color: rgb(238,243,218); }
td.TdClassName
{
border-color: #EEF3DA;
}
.TagClassName
{
border-color: #EEF3DA;
}
</style>