#EFFEED

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

Shades of Honeydew #EFFEED

Tints of Honeydew #EFFEED

Color information

#EFFEED (or 0xEFFEED) is unknown color: approx Honeydew. HEX triplet: EF, FE and ED. RGB value is (239,254,237). Sum of RGB (Red+Green+Blue) = 239+254+237=730 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.74% from 730); Green value is 254 (99.61% from 255 or 34.79% from 730); Blue value is 237 (92.97% from 255 or 32.47% from 730); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFEED is #100112. Grayscale: #F7F7F7. Windows color (decimal): -1048851 or 15597295. OLE color: 15597295.

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

Color convert

RGB239254237-
CMYK0.0600.070.00
HSL112.94º89.47%96.27%-
HSV(B)112.94º6.69%99.61%-
XYZ86.3295.3593.98-
YUV247.58122.03121.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.74%
GREEN value IS 254 (99.61% from 255) = 34.79%
BLUE value IS 237 (92.97% from 255) = 32.47%
R=32.74%
G=34.79%
B=32.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392542370.0600.070.00112.9489.4796.27
HexEFFEED6070715960
Octal3573763556070161131140
Binary11101111111111101110110111001110111000110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFEED; }

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

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

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

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

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

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

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

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