Shades of Honeydew #EFFCF0
Tints of Honeydew #EFFCF0
RGB
CMYK
RGB Variations
Color information
#EFFCF0 (or 0xEFFCF0) is known color: Honeydew. HEX triplet: EF, FC and F0. RGB value is (239,252,240). Sum of RGB (Red+Green+Blue) = 239+252+240=731 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.69% from 731); Green value is 252 (98.83% from 255 or 34.47% from 731); Blue value is 240 (94.14% from 255 or 32.83% from 731); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFCF0 is #10030F. Grayscale: #F6F6F6. Windows color (decimal): -1049360 or 15793391. OLE color: 15793391.
HSL color Cylindrical-coordinate representation of color #EFFCF0: hue angle of 124.62º degrees, saturation: 0.68, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFFCF0 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 239 | 252 | 240 | - |
CMYK | 0.05 | 0 | 0.05 | 0.01 |
HSL | 124.62º | 0.68% | 0.96% | - |
HSV(B) | 124.62º | 0.05% | 0.99% | - |
XYZ | 86.14 | 94.26 | 96.09 | - |
YUV | 246.75 | 124.19 | 122.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 252 | 240 | 0.05 | 0 | 0.05 | 0.01 | 124.62 | 0.68 | 0.96 |
Hex | EF | FC | F0 | 5 | 0 | 5 | 1 | 7D | 44 | 60 |
Octal | 357 | 374 | 360 | 5 | 0 | 5 | 1 | 175 | 104 | 140 |
Binary | 11101111 | 11111100 | 11110000 | 101 | 0 | 101 | 1 | 1111101 | 1000100 | 1100000 |
Color Harmonies of #EFFCF0
Complementary color
Monochromatic Colors of #EFFCF0
Black with #EFFCF0
Text Example
Text Example
White with #EFFCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFCF0; }
p { color: rgb(239,252,240); }
H1.HeaderClassName
{
color: #EFFCF0;
}
.AnyTagClassName
{
color: #EFFCF0;
}
</style>
background-color css
<style>
a { background-color: #EFFCF0; }
a { background-color: rgb(239,252,240); }
div.DivClassName
{
background-color: #EFFCF0;
}
.BgClassName
{
background-color: #EFFCF0;
}
</style>
border-color css
<style>
span { border-color: #EFFCF0; }
span { border-color: rgb(239,252,240); }
td.TdClassName
{
border-color: #EFFCF0;
}
.TagClassName
{
border-color: #EFFCF0;
}
</style>