Shades of Rice Flower #EFF8D4
Tints of Rice Flower #EFF8D4
RGB
CMYK
RGB Variations
Color information
#EFF8D4 (or 0xEFF8D4) is known color: Rice Flower. HEX triplet: EF, F8 and D4. RGB value is (239,248,212). Sum of RGB (Red+Green+Blue) = 239+248+212=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 248 (97.27% from 255 or 35.48% from 699); Blue value is 212 (83.20% from 255 or 30.33% from 699); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF8D4 is #10072B. Grayscale: #F1F1F1. Windows color (decimal): -1050412 or 13957359. OLE color: 13957359.
HSL color Cylindrical-coordinate representation of color #EFF8D4: hue angle of 75º degrees, saturation: 0.72, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFF8D4 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 212 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.03 |
| HSL | 75º | 0.72% | 0.9% | - |
| HSV(B) | 75º | 0.15% | 0.97% | - |
| XYZ | 81.05 | 90.24 | 75.43 | - |
| YUV | 241.21 | 111.52 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 212 | 0.04 | 0 | 0.15 | 0.03 | 75 | 0.72 | 0.9 |
| Hex | EF | F8 | D4 | 4 | 0 | F | 3 | 4B | 48 | 5A |
| Octal | 357 | 370 | 324 | 4 | 0 | 17 | 3 | 113 | 110 | 132 |
| Binary | 11101111 | 11111000 | 11010100 | 100 | 0 | 1111 | 11 | 1001011 | 1001000 | 1011010 |
Color Harmonies of #EFF8D4
Complementary color
Monochromatic Colors of #EFF8D4
Black with #EFF8D4
Text Example
Text Example
White with #EFF8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF8D4; }
p { color: rgb(239,248,212); }
H1.HeaderClassName
{
color: #EFF8D4;
}
.AnyTagClassName
{
color: #EFF8D4;
}
</style>
background-color css
<style>
a { background-color: #EFF8D4; }
a { background-color: rgb(239,248,212); }
div.DivClassName
{
background-color: #EFF8D4;
}
.BgClassName
{
background-color: #EFF8D4;
}
</style>
border-color css
<style>
span { border-color: #EFF8D4; }
span { border-color: rgb(239,248,212); }
td.TdClassName
{
border-color: #EFF8D4;
}
.TagClassName
{
border-color: #EFF8D4;
}
</style>