Shades of Honeydew #EDF9EC
Tints of Honeydew #EDF9EC
RGB
CMYK
RGB Variations
Color information
#EDF9EC (or 0xEDF9EC) is known color: Honeydew. HEX triplet: ED, F9 and EC. RGB value is (237,249,236). Sum of RGB (Red+Green+Blue) = 237+249+236=722 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.83% from 722); Green value is 249 (97.66% from 255 or 34.49% from 722); Blue value is 236 (92.58% from 255 or 32.69% from 722); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF9EC is #120613. Grayscale: #F3F3F3. Windows color (decimal): -1181204 or 15530477. OLE color: 15530477.
HSL color Cylindrical-coordinate representation of color #EDF9EC: hue angle of 115.38º degrees, saturation: 0.52, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDF9EC is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 249 | 236 | - |
CMYK | 0.05 | 0 | 0.05 | 0.02 |
HSL | 115.38º | 0.52% | 0.95% | - |
HSV(B) | 115.38º | 0.05% | 0.98% | - |
XYZ | 83.94 | 91.81 | 92.65 | - |
YUV | 243.93 | 123.52 | 123.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 249 | 236 | 0.05 | 0 | 0.05 | 0.02 | 115.38 | 0.52 | 0.95 |
Hex | ED | F9 | EC | 5 | 0 | 5 | 2 | 73 | 34 | 5F |
Octal | 355 | 371 | 354 | 5 | 0 | 5 | 2 | 163 | 64 | 137 |
Binary | 11101101 | 11111001 | 11101100 | 101 | 0 | 101 | 10 | 1110011 | 110100 | 1011111 |
Color Harmonies of #EDF9EC
Complementary color
Monochromatic Colors of #EDF9EC
Black with #EDF9EC
Text Example
Text Example
White with #EDF9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF9EC; }
p { color: rgb(237,249,236); }
H1.HeaderClassName
{
color: #EDF9EC;
}
.AnyTagClassName
{
color: #EDF9EC;
}
</style>
background-color css
<style>
a { background-color: #EDF9EC; }
a { background-color: rgb(237,249,236); }
div.DivClassName
{
background-color: #EDF9EC;
}
.BgClassName
{
background-color: #EDF9EC;
}
</style>
border-color css
<style>
span { border-color: #EDF9EC; }
span { border-color: rgb(237,249,236); }
td.TdClassName
{
border-color: #EDF9EC;
}
.TagClassName
{
border-color: #EDF9EC;
}
</style>