#EFFFF0

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

Shades of Honeydew #EFFFF0

Tints of Honeydew #EFFFF0

Color information

#EFFFF0 (or 0xEFFFF0) is unknown color: approx Honeydew. HEX triplet: EF, FF and F0. RGB value is (239,255,240). Sum of RGB (Red+Green+Blue) = 239+255+240=734 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.56% from 734); Green value is 255 (100% from 255 or 34.74% from 734); Blue value is 240 (94.14% from 255 or 32.70% from 734); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFFF0 is #10000F. Grayscale: #F8F8F8. Windows color (decimal): -1048592 or 15794159. OLE color: 15794159.

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

Color convert

RGB239255240-
CMYK0.0600.060
HSL123.75º100%96.86%-
HSV(B)123.75º6.27%100%-
XYZ87.0896.1696.41-
YUV248.51123.2121.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.56%
GREEN value IS 255 (100% from 255) = 34.74%
BLUE value IS 240 (94.14% from 255) = 32.70%
R=32.56%
G=34.74%
B=32.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392552400.0600.060123.7510096.86
HexEFFFF060607c6461
Octal3573773606060174144141
Binary11101111111111111111000011001100111110011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFFF0; }

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

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

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

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

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

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

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

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