#EAFFED

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

Shades of Honeydew #EAFFED

Tints of Honeydew #EAFFED

Color information

#EAFFED (or 0xEAFFED) is unknown color: approx Honeydew. HEX triplet: EA, FF and ED. RGB value is (234,255,237). Sum of RGB (Red+Green+Blue) = 234+255+237=726 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.23% from 726); Green value is 255 (100% from 255 or 35.12% from 726); Blue value is 237 (92.97% from 255 or 32.64% from 726); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFFED is #150012. Grayscale: #F6F6F6. Windows color (decimal): -1376275 or 15597546. OLE color: 15597546.

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

Color convert

RGB234255237-
CMYK0.0800.070
HSL128.57º100%95.88%-
HSV(B)128.57º8.24%100%-
XYZ84.9895.1394-
YUV246.67122.54118.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.23%
GREEN value IS 255 (100% from 255) = 35.12%
BLUE value IS 237 (92.97% from 255) = 32.64%
R=32.23%
G=35.12%
B=32.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342552370.0800.070128.5710095.88
HexEAFFED8070816460
Octal35237735510070201144140
Binary1110101011111111111011011000011101000000111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFED; }

 p { color: rgb(234,255,237); }

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

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

 a { background-color: rgb(234,255,237); }

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

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

 span { border-color: rgb(234,255,237); }

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