Shades of Rice Flower #EAECD0
Tints of Rice Flower #EAECD0
RGB
CMYK
RGB Variations
Color information
#EAECD0 (or 0xEAECD0) is known color: Rice Flower. HEX triplet: EA, EC and D0. RGB value is (234,236,208). Sum of RGB (Red+Green+Blue) = 234+236+208=678 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.51% from 678); Green value is 236 (92.58% from 255 or 34.81% from 678); Blue value is 208 (81.64% from 255 or 30.68% from 678); Max value from RGB is 236 - color contains mainly: green. Hex color #EAECD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAECD0 is #15132F. Grayscale: #E8E8E8. Windows color (decimal): -1381168 or 13692138. OLE color: 13692138.
HSL color Cylindrical-coordinate representation of color #EAECD0: hue angle of 64.29º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EAECD0 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 236 | 208 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.07 |
| HSL | 64.29º | 0.42% | 0.87% | - |
| HSV(B) | 64.29º | 0.12% | 0.93% | - |
| XYZ | 75.31 | 82.04 | 71.54 | - |
| YUV | 232.21 | 114.34 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 236 | 208 | 0.01 | 0 | 0.12 | 0.07 | 64.29 | 0.42 | 0.87 |
| Hex | EA | EC | D0 | 1 | 0 | C | 7 | 40 | 2A | 57 |
| Octal | 352 | 354 | 320 | 1 | 0 | 14 | 7 | 100 | 52 | 127 |
| Binary | 11101010 | 11101100 | 11010000 | 1 | 0 | 1100 | 111 | 1000000 | 101010 | 1010111 |
Color Harmonies of #EAECD0
Complementary color
Monochromatic Colors of #EAECD0
Black with #EAECD0
Text Example
Text Example
White with #EAECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAECD0; }
p { color: rgb(234,236,208); }
H1.HeaderClassName
{
color: #EAECD0;
}
.AnyTagClassName
{
color: #EAECD0;
}
</style>
background-color css
<style>
a { background-color: #EAECD0; }
a { background-color: rgb(234,236,208); }
div.DivClassName
{
background-color: #EAECD0;
}
.BgClassName
{
background-color: #EAECD0;
}
</style>
border-color css
<style>
span { border-color: #EAECD0; }
span { border-color: rgb(234,236,208); }
td.TdClassName
{
border-color: #EAECD0;
}
.TagClassName
{
border-color: #EAECD0;
}
</style>