#EFFEEF

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

Shades of Honeydew #EFFEEF

Tints of Honeydew #EFFEEF

Color information

#EFFEEF (or 0xEFFEEF) is unknown color: approx Honeydew. HEX triplet: EF, FE and EF. RGB value is (239,254,239). Sum of RGB (Red+Green+Blue) = 239+254+239=732 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.65% from 732); Green value is 254 (99.61% from 255 or 34.70% from 732); Blue value is 239 (93.75% from 255 or 32.65% from 732); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFEEF is #100110. Grayscale: #F7F7F7. Windows color (decimal): -1048849 or 15728367. OLE color: 15728367.

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

Color convert

RGB239254239-
CMYK0.0600.060.00
HSL120º88.24%96.67%-
HSV(B)120º5.91%99.61%-
XYZ86.6295.4795.52-
YUV247.8123.03121.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.65%
GREEN value IS 254 (99.61% from 255) = 34.70%
BLUE value IS 239 (93.75% from 255) = 32.65%
R=32.65%
G=34.70%
B=32.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392542390.0600.060.0012088.2496.67
HexEFFEEF6060785861
Octal3573763576060170130141
Binary11101111111111101110111111001100111100010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFEEF; }

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

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

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

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

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

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

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

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