Shades of Honeydew #EDFEEA
Tints of Honeydew #EDFEEA
RGB
CMYK
RGB Variations
Color information
#EDFEEA (or 0xEDFEEA) is known color: Honeydew. HEX triplet: ED, FE and EA. RGB value is (237,254,234). Sum of RGB (Red+Green+Blue) = 237+254+234=725 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.69% from 725); Green value is 254 (99.61% from 255 or 35.03% from 725); Blue value is 234 (91.80% from 255 or 32.28% from 725); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFEEA is #120115. Grayscale: #F6F6F6. Windows color (decimal): -1179926 or 15400685. OLE color: 15400685.
HSL color Cylindrical-coordinate representation of color #EDFEEA: hue angle of 111º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDFEEA is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
RGB | 237 | 254 | 234 | - |
CMYK | 0.07 | 0 | 0.08 | 0.00 |
HSL | 111º | 0.91% | 0.96% | - |
HSV(B) | 111º | 0.08% | 1% | - |
XYZ | 85.22 | 94.83 | 91.65 | - |
YUV | 246.64 | 120.87 | 121.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 254 | 234 | 0.07 | 0 | 0.08 | 0.00 | 111 | 0.91 | 0.96 |
Hex | ED | FE | EA | 7 | 0 | 8 | 0 | 6F | 5B | 60 |
Octal | 355 | 376 | 352 | 7 | 0 | 10 | 0 | 157 | 133 | 140 |
Binary | 11101101 | 11111110 | 11101010 | 111 | 0 | 1000 | 0 | 1101111 | 1011011 | 1100000 |
Color Harmonies of #EDFEEA
Complementary color
Monochromatic Colors of #EDFEEA
Black with #EDFEEA
Text Example
Text Example
White with #EDFEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFEEA; }
p { color: rgb(237,254,234); }
H1.HeaderClassName
{
color: #EDFEEA;
}
.AnyTagClassName
{
color: #EDFEEA;
}
</style>
background-color css
<style>
a { background-color: #EDFEEA; }
a { background-color: rgb(237,254,234); }
div.DivClassName
{
background-color: #EDFEEA;
}
.BgClassName
{
background-color: #EDFEEA;
}
</style>
border-color css
<style>
span { border-color: #EDFEEA; }
span { border-color: rgb(237,254,234); }
td.TdClassName
{
border-color: #EDFEEA;
}
.TagClassName
{
border-color: #EDFEEA;
}
</style>