Shades of Honeydew #EFF8ED
Tints of Honeydew #EFF8ED
RGB
CMYK
RGB Variations
Color information
#EFF8ED (or 0xEFF8ED) is known color: Honeydew. HEX triplet: EF, F8 and ED. RGB value is (239,248,237). Sum of RGB (Red+Green+Blue) = 239+248+237=724 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.01% from 724); Green value is 248 (97.27% from 255 or 34.25% from 724); Blue value is 237 (92.97% from 255 or 32.73% from 724); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF8ED is #100712. Grayscale: #F4F4F4. Windows color (decimal): -1050387 or 15595759. OLE color: 15595759.
HSL color Cylindrical-coordinate representation of color #EFF8ED: hue angle of 109.09º degrees, saturation: 0.44, 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 #EFF8ED is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 237 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.03 |
| HSL | 109.09º | 0.44% | 0.95% | - |
| HSV(B) | 109.09º | 0.04% | 0.97% | - |
| XYZ | 84.45 | 91.6 | 93.35 | - |
| YUV | 244.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 237 | 0.04 | 0 | 0.04 | 0.03 | 109.09 | 0.44 | 0.95 |
| Hex | EF | F8 | ED | 4 | 0 | 4 | 3 | 6D | 2C | 5F |
| Octal | 357 | 370 | 355 | 4 | 0 | 4 | 3 | 155 | 54 | 137 |
| Binary | 11101111 | 11111000 | 11101101 | 100 | 0 | 100 | 11 | 1101101 | 101100 | 1011111 |
Color Harmonies of #EFF8ED
Complementary color
Monochromatic Colors of #EFF8ED
Black with #EFF8ED
Text Example
Text Example
White with #EFF8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF8ED; }
p { color: rgb(239,248,237); }
H1.HeaderClassName
{
color: #EFF8ED;
}
.AnyTagClassName
{
color: #EFF8ED;
}
</style>
background-color css
<style>
a { background-color: #EFF8ED; }
a { background-color: rgb(239,248,237); }
div.DivClassName
{
background-color: #EFF8ED;
}
.BgClassName
{
background-color: #EFF8ED;
}
</style>
border-color css
<style>
span { border-color: #EFF8ED; }
span { border-color: rgb(239,248,237); }
td.TdClassName
{
border-color: #EFF8ED;
}
.TagClassName
{
border-color: #EFF8ED;
}
</style>