#EFFAED

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

Shades of Honeydew #EFFAED

Tints of Honeydew #EFFAED

Color information

#EFFAED (or 0xEFFAED) is unknown color: approx Honeydew. HEX triplet: EF, FA and ED. RGB value is (239,250,237). Sum of RGB (Red+Green+Blue) = 239+250+237=726 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.92% from 726); Green value is 250 (98.05% from 255 or 34.44% from 726); Blue value is 237 (92.97% from 255 or 32.64% from 726); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFAED is #100512. Grayscale: #F5F5F5. Windows color (decimal): -1049875 or 15596271. OLE color: 15596271.

HSL color Cylindrical-coordinate representation of color #EFFAED: hue angle of 110.77º 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 #EFFAED is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB239250237-
CMYK0.0400.050.02
HSL110.77º56.52%95.49%-
HSV(B)110.77º5.2%98.04%-
XYZ85.0792.8493.56-
YUV245.23123.36123.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.92%
GREEN value IS 250 (98.05% from 255) = 34.44%
BLUE value IS 237 (92.97% from 255) = 32.64%
R=32.92%
G=34.44%
B=32.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392502370.0400.050.02110.7756.5295.49
HexEFFAED40526f395f
Octal357372355405215771137
Binary11101111111110101110110110001011011011111110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFAED; }

 p { color: rgb(239,250,237); }

 H1.HeaderClassName
 {
   color: #EFFAED;
 }
 .AnyTagClassName
 {
   color: #EFFAED;
 }
</style>
background-color css

<style>
 a { background-color: #EFFAED; }

 a { background-color: rgb(239,250,237); }

 div.DivClassName
 {
   background-color: #EFFAED;
 }
 .BgClassName
 {
   background-color: #EFFAED;
 }
</style>
border-color css

<style>
 span { border-color: #EFFAED; }

 span { border-color: rgb(239,250,237); }

 td.TdClassName
 {
   border-color: #EFFAED;
 }
 .TagClassName
 {
   border-color: #EFFAED;
 }
</style>