Shades of Honeydew #EFF8EF
Tints of Honeydew #EFF8EF
RGB
CMYK
RGB Variations
Color information
#EFF8EF (or 0xEFF8EF) is known color: Honeydew. HEX triplet: EF, F8 and EF. RGB value is (239,248,239). Sum of RGB (Red+Green+Blue) = 239+248+239=726 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.92% from 726); Green value is 248 (97.27% from 255 or 34.16% from 726); Blue value is 239 (93.75% from 255 or 32.92% from 726); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF8EF is #100710. Grayscale: #F4F4F4. Windows color (decimal): -1050385 or 15726831. OLE color: 15726831.
HSL color Cylindrical-coordinate representation of color #EFF8EF: hue angle of 120º degrees, saturation: 0.39, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFF8EF is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 239 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.03 |
| HSL | 120º | 0.39% | 0.95% | - |
| HSV(B) | 120º | 0.04% | 0.97% | - |
| XYZ | 84.74 | 91.72 | 94.9 | - |
| YUV | 244.28 | 125.02 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 239 | 0.04 | 0 | 0.04 | 0.03 | 120 | 0.39 | 0.95 |
| Hex | EF | F8 | EF | 4 | 0 | 4 | 3 | 78 | 27 | 5F |
| Octal | 357 | 370 | 357 | 4 | 0 | 4 | 3 | 170 | 47 | 137 |
| Binary | 11101111 | 11111000 | 11101111 | 100 | 0 | 100 | 11 | 1111000 | 100111 | 1011111 |
Color Harmonies of #EFF8EF
Complementary color
Monochromatic Colors of #EFF8EF
Black with #EFF8EF
Text Example
Text Example
White with #EFF8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF8EF; }
p { color: rgb(239,248,239); }
H1.HeaderClassName
{
color: #EFF8EF;
}
.AnyTagClassName
{
color: #EFF8EF;
}
</style>
background-color css
<style>
a { background-color: #EFF8EF; }
a { background-color: rgb(239,248,239); }
div.DivClassName
{
background-color: #EFF8EF;
}
.BgClassName
{
background-color: #EFF8EF;
}
</style>
border-color css
<style>
span { border-color: #EFF8EF; }
span { border-color: rgb(239,248,239); }
td.TdClassName
{
border-color: #EFF8EF;
}
.TagClassName
{
border-color: #EFF8EF;
}
</style>