Shades of Honeydew #EFFFEB
Tints of Honeydew #EFFFEB
RGB
CMYK
RGB Variations
Color information
#EFFFEB (or 0xEFFFEB) is known color: Honeydew. HEX triplet: EF, FF and EB. RGB value is (239,255,235). Sum of RGB (Red+Green+Blue) = 239+255+235=729 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.78% from 729); Green value is 255 (100% from 255 or 34.98% from 729); Blue value is 235 (92.19% from 255 or 32.24% from 729); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFFEB is #100014. Grayscale: #F7F7F7. Windows color (decimal): -1048597 or 15466479. OLE color: 15466479.
HSL color Cylindrical-coordinate representation of color #EFFFEB: hue angle of 108º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFFFEB is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 235 | - |
| CMYK | 0.06 | 0 | 0.08 | 0 |
| HSL | 108º | 1% | 0.96% | - |
| HSV(B) | 108º | 0.08% | 1% | - |
| XYZ | 86.35 | 95.87 | 92.55 | - |
| YUV | 247.94 | 120.7 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 235 | 0.06 | 0 | 0.08 | 0 | 108 | 1 | 0.96 |
| Hex | EF | FF | EB | 6 | 0 | 8 | 0 | 6C | 64 | 60 |
| Octal | 357 | 377 | 353 | 6 | 0 | 10 | 0 | 154 | 144 | 140 |
| Binary | 11101111 | 11111111 | 11101011 | 110 | 0 | 1000 | 0 | 1101100 | 1100100 | 1100000 |
Color Harmonies of #EFFFEB
Complementary color
Monochromatic Colors of #EFFFEB
Black with #EFFFEB
Text Example
Text Example
White with #EFFFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFFEB; }
p { color: rgb(239,255,235); }
H1.HeaderClassName
{
color: #EFFFEB;
}
.AnyTagClassName
{
color: #EFFFEB;
}
</style>
background-color css
<style>
a { background-color: #EFFFEB; }
a { background-color: rgb(239,255,235); }
div.DivClassName
{
background-color: #EFFFEB;
}
.BgClassName
{
background-color: #EFFFEB;
}
</style>
border-color css
<style>
span { border-color: #EFFFEB; }
span { border-color: rgb(239,255,235); }
td.TdClassName
{
border-color: #EFFFEB;
}
.TagClassName
{
border-color: #EFFFEB;
}
</style>