Shades of Honeydew #EEFFEF
Tints of Honeydew #EEFFEF
RGB
CMYK
RGB Variations
Color information
#EEFFEF (or 0xEEFFEF) is known color: Honeydew. HEX triplet: EE, FF and EF. RGB value is (238,255,239). Sum of RGB (Red+Green+Blue) = 238+255+239=732 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.51% from 732); Green value is 255 (100% from 255 or 34.84% from 732); Blue value is 239 (93.75% from 255 or 32.65% from 732); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFFEF is #110010. Grayscale: #F8F8F8. Windows color (decimal): -1114129 or 15728622. OLE color: 15728622.
HSL color Cylindrical-coordinate representation of color #EEFFEF: hue angle of 123.53º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEFFEF is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 239 | - |
| CMYK | 0.07 | 0 | 0.06 | 0 |
| HSL | 123.53º | 1% | 0.97% | - |
| HSV(B) | 123.53º | 0.07% | 1% | - |
| XYZ | 86.6 | 95.93 | 95.61 | - |
| YUV | 248.09 | 122.87 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 239 | 0.07 | 0 | 0.06 | 0 | 123.53 | 1 | 0.97 |
| Hex | EE | FF | EF | 7 | 0 | 6 | 0 | 7C | 64 | 61 |
| Octal | 356 | 377 | 357 | 7 | 0 | 6 | 0 | 174 | 144 | 141 |
| Binary | 11101110 | 11111111 | 11101111 | 111 | 0 | 110 | 0 | 1111100 | 1100100 | 1100001 |
Color Harmonies of #EEFFEF
Complementary color
Monochromatic Colors of #EEFFEF
Black with #EEFFEF
Text Example
Text Example
White with #EEFFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFFEF; }
p { color: rgb(238,255,239); }
H1.HeaderClassName
{
color: #EEFFEF;
}
.AnyTagClassName
{
color: #EEFFEF;
}
</style>
background-color css
<style>
a { background-color: #EEFFEF; }
a { background-color: rgb(238,255,239); }
div.DivClassName
{
background-color: #EEFFEF;
}
.BgClassName
{
background-color: #EEFFEF;
}
</style>
border-color css
<style>
span { border-color: #EEFFEF; }
span { border-color: rgb(238,255,239); }
td.TdClassName
{
border-color: #EEFFEF;
}
.TagClassName
{
border-color: #EEFFEF;
}
</style>