#EFF9ED

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

Shades of Honeydew #EFF9ED

Tints of Honeydew #EFF9ED

Color information

#EFF9ED (or 0xEFF9ED) is unknown color: approx Honeydew. HEX triplet: EF, F9 and ED. RGB value is (239,249,237). Sum of RGB (Red+Green+Blue) = 239+249+237=725 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.97% from 725); Green value is 249 (97.66% from 255 or 34.34% from 725); Blue value is 237 (92.97% from 255 or 32.69% from 725); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF9ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF9ED is #100612. Grayscale: #F4F4F4. Windows color (decimal): -1050131 or 15596015. OLE color: 15596015.

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

Color convert

RGB239249237-
CMYK0.0400.050.02
HSL110º50%95.29%-
HSV(B)110º4.82%97.65%-
XYZ84.7692.2293.45-
YUV244.64123.69123.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.97%
GREEN value IS 249 (97.66% from 255) = 34.34%
BLUE value IS 237 (92.97% from 255) = 32.69%
R=32.97%
G=34.34%
B=32.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392492370.0400.050.021105095.29
HexEFF9ED40526e325f
Octal357371355405215662137
Binary11101111111110011110110110001011011011101100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF9ED; }

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

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

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

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

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

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

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

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