#EEFAED

Color #EEFAED Honeydew (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honeydew #EEFAED

Tints of Honeydew #EEFAED

Color information

#EEFAED (or 0xEEFAED) is unknown color: approx 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

RGB238250237-
CMYK0.0500.050.02
HSL115.38º56.52%95.49%-
HSV(B)115.38º5.2%98.04%-
XYZ84.7392.6693.54-
YUV244.93123.52123.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 32.83%
GREEN value IS 250 (98.05% from 255) = 34.48%
BLUE value IS 237 (92.97% from 255) = 32.69%
R=32.83%
G=34.48%
B=32.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382502370.0500.050.02115.3856.5295.49
HexEEFAED505273395f
Octal356372355505216371137
Binary11101110111110101110110110101011011100111110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>