#EDFFEA

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

Shades of Honeydew #EDFFEA

Tints of Honeydew #EDFFEA

Color information

#EDFFEA (or 0xEDFFEA) is unknown color: approx Honeydew. HEX triplet: ED, FF and EA. RGB value is (237,255,234). Sum of RGB (Red+Green+Blue) = 237+255+234=726 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.64% from 726); Green value is 255 (100% from 255 or 35.12% from 726); Blue value is 234 (91.80% from 255 or 32.23% from 726); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFFEA is #120015. Grayscale: #F7F7F7. Windows color (decimal): -1179670 or 15400941. OLE color: 15400941.

HSL color Cylindrical-coordinate representation of color #EDFFEA: hue angle of 111.43º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDFFEA is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB237255234-
CMYK0.0700.080
HSL111.43º100%95.88%-
HSV(B)111.43º8.24%100%-
XYZ85.5495.4791.76-
YUV247.22120.54120.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.64%
GREEN value IS 255 (100% from 255) = 35.12%
BLUE value IS 234 (91.80% from 255) = 32.23%
R=32.64%
G=35.12%
B=32.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372552340.0700.080111.4310095.88
HexEDFFEA70806f6460
Octal35537735270100157144140
Binary111011011111111111101010111010000110111111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFEA; }

 p { color: rgb(237,255,234); }

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

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

 a { background-color: rgb(237,255,234); }

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

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

 span { border-color: rgb(237,255,234); }

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