#EAFEEC

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

Shades of Honeydew #EAFEEC

Tints of Honeydew #EAFEEC

Color information

#EAFEEC (or 0xEAFEEC) is unknown color: approx Honeydew. HEX triplet: EA, FE and EC. RGB value is (234,254,236). Sum of RGB (Red+Green+Blue) = 234+254+236=724 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.32% from 724); Green value is 254 (99.61% from 255 or 35.08% from 724); Blue value is 236 (92.58% from 255 or 32.60% from 724); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFEEC is #150113. Grayscale: #F6F6F6. Windows color (decimal): -1376532 or 15531754. OLE color: 15531754.

HSL color Cylindrical-coordinate representation of color #EAFEEC: hue angle of 126º 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 #EAFEEC is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB234254236-
CMYK0.0800.070.00
HSL126º90.91%95.69%-
HSV(B)126º7.87%99.61%-
XYZ84.5194.4393.13-
YUV245.97122.37119.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.32%
GREEN value IS 254 (99.61% from 255) = 35.08%
BLUE value IS 236 (92.58% from 255) = 32.60%
R=32.32%
G=35.08%
B=32.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342542360.0800.070.0012690.9195.69
HexEAFEEC80707e5b60
Octal35237635410070176133140
Binary111010101111111011101100100001110111111010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFEEC; }

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

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

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

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

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

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

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

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