#EAFFE6

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

Shades of Honeydew #EAFFE6

Tints of Honeydew #EAFFE6

Color information

#EAFFE6 (or 0xEAFFE6) is unknown color: approx Honeydew. HEX triplet: EA, FF and E6. RGB value is (234,255,230). Sum of RGB (Red+Green+Blue) = 234+255+230=719 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.55% from 719); Green value is 255 (100% from 255 or 35.47% from 719); Blue value is 230 (90.23% from 255 or 31.99% from 719); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFFE6 is #150019. Grayscale: #F5F5F5. Windows color (decimal): -1376282 or 15138794. OLE color: 15138794.

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

Color convert

RGB234255230-
CMYK0.0800.100
HSL110.4º100%95.1%-
HSV(B)110.4º9.8%100%-
XYZ83.9794.7388.72-
YUV245.87119.04119.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.55%
GREEN value IS 255 (100% from 255) = 35.47%
BLUE value IS 230 (90.23% from 255) = 31.99%
R=32.55%
G=35.47%
B=31.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342552300.0800.100110.410095.1
HexEAFFE680A06e645f
Octal352377346100120156144137
Binary1110101011111111111001101000010100110111011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFE6; }

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

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

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

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

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

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

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

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