Shades of Rice Flower #EAF2D5
Tints of Rice Flower #EAF2D5
RGB
CMYK
RGB Variations
Color information
#EAF2D5 (or 0xEAF2D5) is known color: Rice Flower. HEX triplet: EA, F2 and D5. RGB value is (234,242,213). Sum of RGB (Red+Green+Blue) = 234+242+213=689 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.96% from 689); Green value is 242 (94.92% from 255 or 35.12% from 689); Blue value is 213 (83.59% from 255 or 30.91% from 689); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF2D5 is #150D2A. Grayscale: #ECECEC. Windows color (decimal): -1379627 or 14021354. OLE color: 14021354.
HSL color Cylindrical-coordinate representation of color #EAF2D5: hue angle of 76.55º degrees, saturation: 0.53, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EAF2D5 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
RGB | 234 | 242 | 213 | - |
CMYK | 0.03 | 0 | 0.12 | 0.05 |
HSL | 76.55º | 0.53% | 0.89% | - |
HSV(B) | 76.55º | 0.12% | 0.95% | - |
XYZ | 77.69 | 85.8 | 75.42 | - |
YUV | 236.3 | 114.85 | 126.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 242 | 213 | 0.03 | 0 | 0.12 | 0.05 | 76.55 | 0.53 | 0.89 |
Hex | EA | F2 | D5 | 3 | 0 | C | 5 | 4D | 35 | 59 |
Octal | 352 | 362 | 325 | 3 | 0 | 14 | 5 | 115 | 65 | 131 |
Binary | 11101010 | 11110010 | 11010101 | 11 | 0 | 1100 | 101 | 1001101 | 110101 | 1011001 |
Color Harmonies of #EAF2D5
Complementary color
Monochromatic Colors of #EAF2D5
Black with #EAF2D5
Text Example
Text Example
White with #EAF2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF2D5; }
p { color: rgb(234,242,213); }
H1.HeaderClassName
{
color: #EAF2D5;
}
.AnyTagClassName
{
color: #EAF2D5;
}
</style>
background-color css
<style>
a { background-color: #EAF2D5; }
a { background-color: rgb(234,242,213); }
div.DivClassName
{
background-color: #EAF2D5;
}
.BgClassName
{
background-color: #EAF2D5;
}
</style>
border-color css
<style>
span { border-color: #EAF2D5; }
span { border-color: rgb(234,242,213); }
td.TdClassName
{
border-color: #EAF2D5;
}
.TagClassName
{
border-color: #EAF2D5;
}
</style>