Shades of Rice Flower #EFF5D1
Tints of Rice Flower #EFF5D1
RGB
CMYK
RGB Variations
Color information
#EFF5D1 (or 0xEFF5D1) is known color: Rice Flower. HEX triplet: EF, F5 and D1. RGB value is (239,245,209). Sum of RGB (Red+Green+Blue) = 239+245+209=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 245 (96.09% from 255 or 35.35% from 693); Blue value is 209 (82.03% from 255 or 30.16% from 693); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF5D1 is #100A2E. Grayscale: #EFEFEF. Windows color (decimal): -1051183 or 13759983. OLE color: 13759983.
HSL color Cylindrical-coordinate representation of color #EFF5D1: hue angle of 70º degrees, saturation: 0.64, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFF5D1 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
RGB | 239 | 245 | 209 | - |
CMYK | 0.02 | 0 | 0.15 | 0.04 |
HSL | 70º | 0.64% | 0.89% | - |
HSV(B) | 70º | 0.15% | 0.96% | - |
XYZ | 79.76 | 88.26 | 73.15 | - |
YUV | 239.1 | 111.01 | 127.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 245 | 209 | 0.02 | 0 | 0.15 | 0.04 | 70 | 0.64 | 0.89 |
Hex | EF | F5 | D1 | 2 | 0 | F | 4 | 46 | 40 | 59 |
Octal | 357 | 365 | 321 | 2 | 0 | 17 | 4 | 106 | 100 | 131 |
Binary | 11101111 | 11110101 | 11010001 | 10 | 0 | 1111 | 100 | 1000110 | 1000000 | 1011001 |
Color Harmonies of #EFF5D1
Complementary color
Monochromatic Colors of #EFF5D1
Black with #EFF5D1
Text Example
Text Example
White with #EFF5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF5D1; }
p { color: rgb(239,245,209); }
H1.HeaderClassName
{
color: #EFF5D1;
}
.AnyTagClassName
{
color: #EFF5D1;
}
</style>
background-color css
<style>
a { background-color: #EFF5D1; }
a { background-color: rgb(239,245,209); }
div.DivClassName
{
background-color: #EFF5D1;
}
.BgClassName
{
background-color: #EFF5D1;
}
</style>
border-color css
<style>
span { border-color: #EFF5D1; }
span { border-color: rgb(239,245,209); }
td.TdClassName
{
border-color: #EFF5D1;
}
.TagClassName
{
border-color: #EFF5D1;
}
</style>