Shades of Honeydew #EFF8F0
Tints of Honeydew #EFF8F0
RGB
CMYK
RGB Variations
Color information
#EFF8F0 (or 0xEFF8F0) is known color: Honeydew. HEX triplet: EF, F8 and F0. RGB value is (239,248,240). Sum of RGB (Red+Green+Blue) = 239+248+240=727 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.87% from 727); Green value is 248 (97.27% from 255 or 34.11% from 727); Blue value is 240 (94.14% from 255 or 33.01% from 727); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF8F0 is #10070F. Grayscale: #F4F4F4. Windows color (decimal): -1050384 or 15792367. OLE color: 15792367.
HSL color Cylindrical-coordinate representation of color #EFF8F0: hue angle of 126.67º 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 #EFF8F0 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
RGB | 239 | 248 | 240 | - |
CMYK | 0.04 | 0 | 0.03 | 0.03 |
HSL | 126.67º | 0.39% | 0.95% | - |
HSV(B) | 126.67º | 0.04% | 0.97% | - |
XYZ | 84.89 | 91.78 | 95.68 | - |
YUV | 244.4 | 125.52 | 124.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 248 | 240 | 0.04 | 0 | 0.03 | 0.03 | 126.67 | 0.39 | 0.95 |
Hex | EF | F8 | F0 | 4 | 0 | 3 | 3 | 7F | 27 | 5F |
Octal | 357 | 370 | 360 | 4 | 0 | 3 | 3 | 177 | 47 | 137 |
Binary | 11101111 | 11111000 | 11110000 | 100 | 0 | 11 | 11 | 1111111 | 100111 | 1011111 |
Color Harmonies of #EFF8F0
Complementary color
Monochromatic Colors of #EFF8F0
Black with #EFF8F0
Text Example
Text Example
White with #EFF8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF8F0; }
p { color: rgb(239,248,240); }
H1.HeaderClassName
{
color: #EFF8F0;
}
.AnyTagClassName
{
color: #EFF8F0;
}
</style>
background-color css
<style>
a { background-color: #EFF8F0; }
a { background-color: rgb(239,248,240); }
div.DivClassName
{
background-color: #EFF8F0;
}
.BgClassName
{
background-color: #EFF8F0;
}
</style>
border-color css
<style>
span { border-color: #EFF8F0; }
span { border-color: rgb(239,248,240); }
td.TdClassName
{
border-color: #EFF8F0;
}
.TagClassName
{
border-color: #EFF8F0;
}
</style>