#EAFED9

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

Shades of Panache #EAFED9

Tints of Panache #EAFED9

Color information

#EAFED9 (or 0xEAFED9) is unknown color: approx Panache. HEX triplet: EA, FE and D9. RGB value is (234,254,217). Sum of RGB (Red+Green+Blue) = 234+254+217=705 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.19% from 705); Green value is 254 (99.61% from 255 or 36.03% from 705); Blue value is 217 (85.16% from 255 or 30.78% from 705); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFED9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFED9 is #150126. Grayscale: #F3F3F3. Windows color (decimal): -1376551 or 14286570. OLE color: 14286570.

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

Color convert

RGB234254217-
CMYK0.0800.150.00
HSL92.43º94.87%92.35%-
HSV(B)92.43º14.57%99.61%-
XYZ81.993.3979.35-
YUV243.8112.87121.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.19%
GREEN value IS 254 (99.61% from 255) = 36.03%
BLUE value IS 217 (85.16% from 255) = 30.78%
R=33.19%
G=36.03%
B=30.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342542170.0800.150.0092.4394.8792.35
HexEAFED980F05c5f5c
Octal352376331100170134137134
Binary1110101011111110110110011000011110101110010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFED9; }

 p { color: rgb(234,254,217); }

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

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

 a { background-color: rgb(234,254,217); }

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

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

 span { border-color: rgb(234,254,217); }

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