#EFFCF0

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

Shades of Honeydew #EFFCF0

Tints of Honeydew #EFFCF0

Color information

#EFFCF0 (or 0xEFFCF0) is unknown color: approx Honeydew. HEX triplet: EF, FC and F0. RGB value is (239,252,240). Sum of RGB (Red+Green+Blue) = 239+252+240=731 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.69% from 731); Green value is 252 (98.83% from 255 or 34.47% from 731); Blue value is 240 (94.14% from 255 or 32.83% from 731); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFCF0 is #10030F. Grayscale: #F6F6F6. Windows color (decimal): -1049360 or 15793391. OLE color: 15793391.

HSL color Cylindrical-coordinate representation of color #EFFCF0: hue angle of 124.62º degrees, saturation: 0.68, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFFCF0 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB239252240-
CMYK0.0500.050.01
HSL124.62º68.42%96.27%-
HSV(B)124.62º5.16%98.82%-
XYZ86.1494.2696.09-
YUV246.74124.19122.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.69%
GREEN value IS 252 (98.83% from 255) = 34.47%
BLUE value IS 240 (94.14% from 255) = 32.83%
R=32.69%
G=34.47%
B=32.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392522400.0500.050.01124.6268.4296.27
HexEFFCF050517d4460
Octal3573743605051175104140
Binary11101111111111001111000010101011111110110001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFCF0; }

 p { color: rgb(239,252,240); }

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

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

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

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

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

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

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