#EAFEEA

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

Shades of Honeydew #EAFEEA

Tints of Honeydew #EAFEEA

Color information

#EAFEEA (or 0xEAFEEA) is unknown color: approx Honeydew. HEX triplet: EA, FE and EA. RGB value is (234,254,234). Sum of RGB (Red+Green+Blue) = 234+254+234=722 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.41% from 722); Green value is 254 (99.61% from 255 or 35.18% from 722); Blue value is 234 (91.80% from 255 or 32.41% from 722); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFEEA is #150115. Grayscale: #F5F5F5. Windows color (decimal): -1376534 or 15400682. OLE color: 15400682.

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

Color convert

RGB234254234-
CMYK0.0800.080.00
HSL120º90.91%95.69%-
HSV(B)120º7.87%99.61%-
XYZ84.2294.3291.61-
YUV245.74121.37119.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.41%
GREEN value IS 254 (99.61% from 255) = 35.18%
BLUE value IS 234 (91.80% from 255) = 32.41%
R=32.41%
G=35.18%
B=32.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342542340.0800.080.0012090.9195.69
HexEAFEEA8080785b60
Octal352376352100100170133140
Binary1110101011111110111010101000010000111100010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFEEA; }

 p { color: rgb(234,254,234); }

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

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

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

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

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

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

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