Shades of Rice Flower #EAEFD3
Tints of Rice Flower #EAEFD3
RGB
CMYK
RGB Variations
Color information
#EAEFD3 (or 0xEAEFD3) is known color: Rice Flower. HEX triplet: EA, EF and D3. RGB value is (234,239,211). Sum of RGB (Red+Green+Blue) = 234+239+211=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 239 (93.75% from 255 or 34.94% from 684); Blue value is 211 (82.81% from 255 or 30.85% from 684); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEFD3 is #15102C. Grayscale: #EAEAEA. Windows color (decimal): -1380397 or 13889514. OLE color: 13889514.
HSL color Cylindrical-coordinate representation of color #EAEFD3: hue angle of 70.71º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EAEFD3 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 239 | 211 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.06 |
| HSL | 70.71º | 0.47% | 0.88% | - |
| HSV(B) | 70.71º | 0.12% | 0.94% | - |
| XYZ | 76.56 | 83.93 | 73.79 | - |
| YUV | 234.31 | 114.84 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 239 | 211 | 0.02 | 0 | 0.12 | 0.06 | 70.71 | 0.47 | 0.88 |
| Hex | EA | EF | D3 | 2 | 0 | C | 6 | 47 | 2F | 58 |
| Octal | 352 | 357 | 323 | 2 | 0 | 14 | 6 | 107 | 57 | 130 |
| Binary | 11101010 | 11101111 | 11010011 | 10 | 0 | 1100 | 110 | 1000111 | 101111 | 1011000 |
Color Harmonies of #EAEFD3
Complementary color
Monochromatic Colors of #EAEFD3
Black with #EAEFD3
Text Example
Text Example
White with #EAEFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEFD3; }
p { color: rgb(234,239,211); }
H1.HeaderClassName
{
color: #EAEFD3;
}
.AnyTagClassName
{
color: #EAEFD3;
}
</style>
background-color css
<style>
a { background-color: #EAEFD3; }
a { background-color: rgb(234,239,211); }
div.DivClassName
{
background-color: #EAEFD3;
}
.BgClassName
{
background-color: #EAEFD3;
}
</style>
border-color css
<style>
span { border-color: #EAEFD3; }
span { border-color: rgb(234,239,211); }
td.TdClassName
{
border-color: #EAEFD3;
}
.TagClassName
{
border-color: #EAEFD3;
}
</style>