#EFFFEE

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

Shades of Honeydew #EFFFEE

Tints of Honeydew #EFFFEE

Color information

#EFFFEE (or 0xEFFFEE) is unknown color: approx Honeydew. HEX triplet: EF, FF and EE. RGB value is (239,255,238). Sum of RGB (Red+Green+Blue) = 239+255+238=732 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.65% from 732); Green value is 255 (100% from 255 or 34.84% from 732); Blue value is 238 (93.36% from 255 or 32.51% from 732); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFFEE is #100011. Grayscale: #F8F8F8. Windows color (decimal): -1048594 or 15663087. OLE color: 15663087.

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

Color convert

RGB239255238-
CMYK0.0600.070
HSL116.47º100%96.67%-
HSV(B)116.47º6.67%100%-
XYZ86.7996.0494.85-
YUV248.28122.2121.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.65%
GREEN value IS 255 (100% from 255) = 34.84%
BLUE value IS 238 (93.36% from 255) = 32.51%
R=32.65%
G=34.84%
B=32.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392552380.0600.070116.4710096.67
HexEFFFEE6070746461
Octal3573773566070164144141
Binary11101111111111111110111011001110111010011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFFEE; }

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

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

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

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

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

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

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

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