Shades of Honeydew #EEFAED
Tints of Honeydew #EEFAED
RGB
CMYK
RGB Variations
Color information
#EEFAED (or 0xEEFAED) is known color: Honeydew. HEX triplet: EE, FA and ED. RGB value is (238,250,237). Sum of RGB (Red+Green+Blue) = 238+250+237=725 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.83% from 725); Green value is 250 (98.05% from 255 or 34.48% from 725); Blue value is 237 (92.97% from 255 or 32.69% from 725); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFAED is #110512. Grayscale: #F4F4F4. Windows color (decimal): -1115411 or 15596270. OLE color: 15596270.
HSL color Cylindrical-coordinate representation of color #EEFAED: hue angle of 115.38º degrees, saturation: 0.57, 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 #EEFAED is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 238 | 250 | 237 | - |
CMYK | 0.05 | 0 | 0.05 | 0.02 |
HSL | 115.38º | 0.57% | 0.95% | - |
HSV(B) | 115.38º | 0.05% | 0.98% | - |
XYZ | 84.73 | 92.66 | 93.54 | - |
YUV | 244.93 | 123.52 | 123.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 250 | 237 | 0.05 | 0 | 0.05 | 0.02 | 115.38 | 0.57 | 0.95 |
Hex | EE | FA | ED | 5 | 0 | 5 | 2 | 73 | 39 | 5F |
Octal | 356 | 372 | 355 | 5 | 0 | 5 | 2 | 163 | 71 | 137 |
Binary | 11101110 | 11111010 | 11101101 | 101 | 0 | 101 | 10 | 1110011 | 111001 | 1011111 |
Color Harmonies of #EEFAED
Complementary color
Monochromatic Colors of #EEFAED
Black with #EEFAED
Text Example
Text Example
White with #EEFAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFAED; }
p { color: rgb(238,250,237); }
H1.HeaderClassName
{
color: #EEFAED;
}
.AnyTagClassName
{
color: #EEFAED;
}
</style>
background-color css
<style>
a { background-color: #EEFAED; }
a { background-color: rgb(238,250,237); }
div.DivClassName
{
background-color: #EEFAED;
}
.BgClassName
{
background-color: #EEFAED;
}
</style>
border-color css
<style>
span { border-color: #EEFAED; }
span { border-color: rgb(238,250,237); }
td.TdClassName
{
border-color: #EEFAED;
}
.TagClassName
{
border-color: #EEFAED;
}
</style>