#EDFBEA

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

Shades of Honeydew #EDFBEA

Tints of Honeydew #EDFBEA

Color information

#EDFBEA (or 0xEDFBEA) is unknown color: approx Honeydew. HEX triplet: ED, FB and EA. RGB value is (237,251,234). Sum of RGB (Red+Green+Blue) = 237+251+234=722 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.83% from 722); Green value is 251 (98.44% from 255 or 34.76% from 722); Blue value is 234 (91.80% from 255 or 32.41% from 722); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFBEA is #120415. Grayscale: #F4F4F4. Windows color (decimal): -1180694 or 15399917. OLE color: 15399917.

HSL color Cylindrical-coordinate representation of color #EDFBEA: hue angle of 109.41º degrees, saturation: 0.68, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDFBEA is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB237251234-
CMYK0.0600.070.02
HSL109.41º68%95.1%-
HSV(B)109.41º6.77%98.43%-
XYZ84.2792.9491.34-
YUV244.88121.86122.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.83%
GREEN value IS 251 (98.44% from 255) = 34.76%
BLUE value IS 234 (91.80% from 255) = 32.41%
R=32.83%
G=34.76%
B=32.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372512340.0600.070.02109.416895.1
HexEDFBEA60726d445f
Octal3553733526072155104137
Binary111011011111101111101010110011110110110110001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFBEA; }

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

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

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

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

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

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

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

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