Shades of Honeydew #EFF9F0
Tints of Honeydew #EFF9F0
RGB
CMYK
RGB Variations
Color information
#EFF9F0 (or 0xEFF9F0) is known color: Honeydew. HEX triplet: EF, F9 and F0. RGB value is (239,249,240). Sum of RGB (Red+Green+Blue) = 239+249+240=728 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.83% from 728); Green value is 249 (97.66% from 255 or 34.20% from 728); Blue value is 240 (94.14% from 255 or 32.97% from 728); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF9F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF9F0 is #10060F. Grayscale: #F5F5F5. Windows color (decimal): -1050128 or 15792623. OLE color: 15792623.
HSL color Cylindrical-coordinate representation of color #EFF9F0: hue angle of 126º degrees, saturation: 0.45, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFF9F0 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
RGB | 239 | 249 | 240 | - |
CMYK | 0.04 | 0 | 0.04 | 0.02 |
HSL | 126º | 0.45% | 0.96% | - |
HSV(B) | 126º | 0.04% | 0.98% | - |
XYZ | 85.2 | 92.39 | 95.78 | - |
YUV | 244.98 | 125.19 | 123.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 249 | 240 | 0.04 | 0 | 0.04 | 0.02 | 126 | 0.45 | 0.96 |
Hex | EF | F9 | F0 | 4 | 0 | 4 | 2 | 7E | 2D | 60 |
Octal | 357 | 371 | 360 | 4 | 0 | 4 | 2 | 176 | 55 | 140 |
Binary | 11101111 | 11111001 | 11110000 | 100 | 0 | 100 | 10 | 1111110 | 101101 | 1100000 |
Color Harmonies of #EFF9F0
Complementary color
Monochromatic Colors of #EFF9F0
Black with #EFF9F0
Text Example
Text Example
White with #EFF9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF9F0; }
p { color: rgb(239,249,240); }
H1.HeaderClassName
{
color: #EFF9F0;
}
.AnyTagClassName
{
color: #EFF9F0;
}
</style>
background-color css
<style>
a { background-color: #EFF9F0; }
a { background-color: rgb(239,249,240); }
div.DivClassName
{
background-color: #EFF9F0;
}
.BgClassName
{
background-color: #EFF9F0;
}
</style>
border-color css
<style>
span { border-color: #EFF9F0; }
span { border-color: rgb(239,249,240); }
td.TdClassName
{
border-color: #EFF9F0;
}
.TagClassName
{
border-color: #EFF9F0;
}
</style>