#EFFAF0

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

Shades of Honeydew #EFFAF0

Tints of Honeydew #EFFAF0

Color information

#EFFAF0 (or 0xEFFAF0) is unknown color: approx Honeydew. HEX triplet: EF, FA and F0. RGB value is (239,250,240). Sum of RGB (Red+Green+Blue) = 239+250+240=729 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.78% from 729); Green value is 250 (98.05% from 255 or 34.29% from 729); Blue value is 240 (94.14% from 255 or 32.92% from 729); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFAF0 is #10050F. Grayscale: #F5F5F5. Windows color (decimal): -1049872 or 15792879. OLE color: 15792879.

HSL color Cylindrical-coordinate representation of color #EFFAF0: hue angle of 125.45º degrees, saturation: 0.52, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFFAF0 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB239250240-
CMYK0.0400.040.02
HSL125.45º52.38%95.88%-
HSV(B)125.45º4.4%98.04%-
XYZ85.5193.0195.88-
YUV245.57124.86123.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.78%
GREEN value IS 250 (98.05% from 255) = 34.29%
BLUE value IS 240 (94.14% from 255) = 32.92%
R=32.78%
G=34.29%
B=32.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392502400.0400.040.02125.4552.3895.88
HexEFFAF040427d3460
Octal357372360404217564140
Binary11101111111110101111000010001001011111011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFAF0; }

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

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

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

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

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

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

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

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