Shades of Rice Flower #EAEECA
Tints of Rice Flower #EAEECA
RGB
CMYK
RGB Variations
Color information
#EAEECA (or 0xEAEECA) is known color: Rice Flower. HEX triplet: EA, EE and CA. RGB value is (234,238,202). Sum of RGB (Red+Green+Blue) = 234+238+202=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 238 (93.36% from 255 or 35.31% from 674); Blue value is 202 (79.30% from 255 or 29.97% from 674); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEECA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEECA is #151135. Grayscale: #E8E8E8. Windows color (decimal): -1380662 or 13299434. OLE color: 13299434.
HSL color Cylindrical-coordinate representation of color #EAEECA: hue angle of 66.67º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EAEECA is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 238 | 202 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.07 |
| HSL | 66.67º | 0.51% | 0.86% | - |
| HSV(B) | 66.67º | 0.15% | 0.93% | - |
| XYZ | 75.17 | 82.91 | 67.92 | - |
| YUV | 232.7 | 110.67 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 238 | 202 | 0.02 | 0 | 0.15 | 0.07 | 66.67 | 0.51 | 0.86 |
| Hex | EA | EE | CA | 2 | 0 | F | 7 | 43 | 33 | 56 |
| Octal | 352 | 356 | 312 | 2 | 0 | 17 | 7 | 103 | 63 | 126 |
| Binary | 11101010 | 11101110 | 11001010 | 10 | 0 | 1111 | 111 | 1000011 | 110011 | 1010110 |
Color Harmonies of #EAEECA
Complementary color
Monochromatic Colors of #EAEECA
Black with #EAEECA
Text Example
Text Example
White with #EAEECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEECA; }
p { color: rgb(234,238,202); }
H1.HeaderClassName
{
color: #EAEECA;
}
.AnyTagClassName
{
color: #EAEECA;
}
</style>
background-color css
<style>
a { background-color: #EAEECA; }
a { background-color: rgb(234,238,202); }
div.DivClassName
{
background-color: #EAEECA;
}
.BgClassName
{
background-color: #EAEECA;
}
</style>
border-color css
<style>
span { border-color: #EAEECA; }
span { border-color: rgb(234,238,202); }
td.TdClassName
{
border-color: #EAEECA;
}
.TagClassName
{
border-color: #EAEECA;
}
</style>