Shades of Rice Flower #EAEDCE
Tints of Rice Flower #EAEDCE
RGB
CMYK
RGB Variations
Color information
#EAEDCE (or 0xEAEDCE) is known color: Rice Flower. HEX triplet: EA, ED and CE. RGB value is (234,237,206). Sum of RGB (Red+Green+Blue) = 234+237+206=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 206 (80.86% from 255 or 30.43% from 677); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEDCE is #151231. Grayscale: #E8E8E8. Windows color (decimal): -1380914 or 13561322. OLE color: 13561322.
HSL color Cylindrical-coordinate representation of color #EAEDCE: hue angle of 65.81º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EAEDCE is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 237 | 206 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.07 |
| HSL | 65.81º | 0.46% | 0.87% | - |
| HSV(B) | 65.81º | 0.13% | 0.93% | - |
| XYZ | 75.36 | 82.52 | 70.35 | - |
| YUV | 232.57 | 113.01 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 237 | 206 | 0.01 | 0 | 0.13 | 0.07 | 65.81 | 0.46 | 0.87 |
| Hex | EA | ED | CE | 1 | 0 | D | 7 | 42 | 2E | 57 |
| Octal | 352 | 355 | 316 | 1 | 0 | 15 | 7 | 102 | 56 | 127 |
| Binary | 11101010 | 11101101 | 11001110 | 1 | 0 | 1101 | 111 | 1000010 | 101110 | 1010111 |
Color Harmonies of #EAEDCE
Complementary color
Monochromatic Colors of #EAEDCE
Black with #EAEDCE
Text Example
Text Example
White with #EAEDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEDCE; }
p { color: rgb(234,237,206); }
H1.HeaderClassName
{
color: #EAEDCE;
}
.AnyTagClassName
{
color: #EAEDCE;
}
</style>
background-color css
<style>
a { background-color: #EAEDCE; }
a { background-color: rgb(234,237,206); }
div.DivClassName
{
background-color: #EAEDCE;
}
.BgClassName
{
background-color: #EAEDCE;
}
</style>
border-color css
<style>
span { border-color: #EAEDCE; }
span { border-color: rgb(234,237,206); }
td.TdClassName
{
border-color: #EAEDCE;
}
.TagClassName
{
border-color: #EAEDCE;
}
</style>