#EFFFEC

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

Shades of Honeydew #EFFFEC

Tints of Honeydew #EFFFEC

Color information

#EFFFEC (or 0xEFFFEC) is unknown color: approx Honeydew. HEX triplet: EF, FF and EC. RGB value is (239,255,236). Sum of RGB (Red+Green+Blue) = 239+255+236=730 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.74% from 730); Green value is 255 (100% from 255 or 34.93% from 730); Blue value is 236 (92.58% from 255 or 32.33% from 730); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFFEC is #100013. Grayscale: #F8F8F8. Windows color (decimal): -1048596 or 15532015. OLE color: 15532015.

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

Color convert

RGB239255236-
CMYK0.0600.070
HSL110.53º100%96.27%-
HSV(B)110.53º7.45%100%-
XYZ86.595.9393.31-
YUV248.05121.2121.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.74%
GREEN value IS 255 (100% from 255) = 34.93%
BLUE value IS 236 (92.58% from 255) = 32.33%
R=32.74%
G=34.93%
B=32.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392552360.0600.070110.5310096.27
HexEFFFEC60706f6460
Octal3573773546070157144140
Binary11101111111111111110110011001110110111111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFFEC; }

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

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

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

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

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

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

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

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