#EAFFEB

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

Shades of Honeydew #EAFFEB

Tints of Honeydew #EAFFEB

Color information

#EAFFEB (or 0xEAFFEB) is unknown color: approx Honeydew. HEX triplet: EA, FF and EB. RGB value is (234,255,235). Sum of RGB (Red+Green+Blue) = 234+255+235=724 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.32% from 724); Green value is 255 (100% from 255 or 35.22% from 724); Blue value is 235 (92.19% from 255 or 32.46% from 724); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFFEB is #150014. Grayscale: #F6F6F6. Windows color (decimal): -1376277 or 15466474. OLE color: 15466474.

HSL color Cylindrical-coordinate representation of color #EAFFEB: hue angle of 122.86º 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 #EAFFEB is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB234255235-
CMYK0.0800.080
HSL122.86º100%95.88%-
HSV(B)122.86º8.24%100%-
XYZ84.6995.0192.47-
YUV246.44121.54119.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.32%
GREEN value IS 255 (100% from 255) = 35.22%
BLUE value IS 235 (92.19% from 255) = 32.46%
R=32.32%
G=35.22%
B=32.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342552350.0800.080122.8610095.88
HexEAFFEB80807b6460
Octal352377353100100173144140
Binary1110101011111111111010111000010000111101111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFEB; }

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

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

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

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

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

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

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

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