#EAFFEC

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

Shades of Honeydew #EAFFEC

Tints of Honeydew #EAFFEC

Color information

#EAFFEC (or 0xEAFFEC) is unknown color: approx Honeydew. HEX triplet: EA, FF and EC. RGB value is (234,255,236). Sum of RGB (Red+Green+Blue) = 234+255+236=725 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.28% from 725); Green value is 255 (100% from 255 or 35.17% from 725); Blue value is 236 (92.58% from 255 or 32.55% from 725); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFFEC is #150013. Grayscale: #F6F6F6. Windows color (decimal): -1376276 or 15532010. OLE color: 15532010.

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

Color convert

RGB234255236-
CMYK0.0800.070
HSL125.71º100%95.88%-
HSV(B)125.71º8.24%100%-
XYZ84.8395.0793.24-
YUV246.56122.04119.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.28%
GREEN value IS 255 (100% from 255) = 35.17%
BLUE value IS 236 (92.58% from 255) = 32.55%
R=32.28%
G=35.17%
B=32.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342552360.0800.070125.7110095.88
HexEAFFEC80707e6460
Octal35237735410070176144140
Binary111010101111111111101100100001110111111011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFEC; }

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

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

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

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

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

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

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

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