#EAFEE8

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

Shades of Honeydew #EAFEE8

Tints of Honeydew #EAFEE8

Color information

#EAFEE8 (or 0xEAFEE8) is unknown color: approx Honeydew. HEX triplet: EA, FE and E8. RGB value is (234,254,232). Sum of RGB (Red+Green+Blue) = 234+254+232=720 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.5% from 720); Green value is 254 (99.61% from 255 or 35.28% from 720); Blue value is 232 (91.02% from 255 or 32.22% from 720); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFEE8 is #150117. Grayscale: #F5F5F5. Windows color (decimal): -1376536 or 15269610. OLE color: 15269610.

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

Color convert

RGB234254232-
CMYK0.0800.090.00
HSL114.55º91.67%95.29%-
HSV(B)114.55º8.66%99.61%-
XYZ83.9494.290.1-
YUV245.51120.37119.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.5%
GREEN value IS 254 (99.61% from 255) = 35.28%
BLUE value IS 232 (91.02% from 255) = 32.22%
R=32.5%
G=35.28%
B=32.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342542320.0800.090.00114.5591.6795.29
HexEAFEE88090735c5f
Octal352376350100110163134137
Binary1110101011111110111010001000010010111001110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFEE8; }

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

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

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

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

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

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

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

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