Shades of Honeydew #EFFFEC
Tints of Honeydew #EFFFEC
RGB
CMYK
RGB Variations
Color information
#EFFFEC (or 0xEFFFEC) is known color: Honeydew. HEX triplet: EF, FF and EC. RGB value is (239,255,236). Sum of RGB (Red+Green+Blue) = 239+255+236=730 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.74% from 730); Green value is 255 (100% from 255 or 34.93% from 730); Blue value is 236 (92.58% from 255 or 32.33% from 730); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFFEC is #100013. Grayscale: #F8F8F8. Windows color (decimal): -1048596 or 15532015. OLE color: 15532015.
HSL color Cylindrical-coordinate representation of color #EFFFEC: hue angle of 110.53º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFFFEC is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 236 | - |
| CMYK | 0.06 | 0 | 0.07 | 0 |
| HSL | 110.53º | 1% | 0.96% | - |
| HSV(B) | 110.53º | 0.07% | 1% | - |
| XYZ | 86.5 | 95.93 | 93.31 | - |
| YUV | 248.05 | 121.2 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 236 | 0.06 | 0 | 0.07 | 0 | 110.53 | 1 | 0.96 |
| Hex | EF | FF | EC | 6 | 0 | 7 | 0 | 6F | 64 | 60 |
| Octal | 357 | 377 | 354 | 6 | 0 | 7 | 0 | 157 | 144 | 140 |
| Binary | 11101111 | 11111111 | 11101100 | 110 | 0 | 111 | 0 | 1101111 | 1100100 | 1100000 |
Color Harmonies of #EFFFEC
Complementary color
Monochromatic Colors of #EFFFEC
Black with #EFFFEC
Text Example
Text Example
White with #EFFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFFEC; }
p { color: rgb(239,255,236); }
H1.HeaderClassName
{
color: #EFFFEC;
}
.AnyTagClassName
{
color: #EFFFEC;
}
</style>
background-color css
<style>
a { background-color: #EFFFEC; }
a { background-color: rgb(239,255,236); }
div.DivClassName
{
background-color: #EFFFEC;
}
.BgClassName
{
background-color: #EFFFEC;
}
</style>
border-color css
<style>
span { border-color: #EFFFEC; }
span { border-color: rgb(239,255,236); }
td.TdClassName
{
border-color: #EFFFEC;
}
.TagClassName
{
border-color: #EFFFEC;
}
</style>