#EAFAE2

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

Shades of Panache #EAFAE2

Tints of Panache #EAFAE2

Color information

#EAFAE2 (or 0xEAFAE2) is unknown color: approx Panache. HEX triplet: EA, FA and E2. RGB value is (234,250,226). Sum of RGB (Red+Green+Blue) = 234+250+226=710 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.96% from 710); Green value is 250 (98.05% from 255 or 35.21% from 710); Blue value is 226 (88.67% from 255 or 31.83% from 710); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFAE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFAE2 is #15051D. Grayscale: #F2F2F2. Windows color (decimal): -1377566 or 14875370. OLE color: 14875370.

HSL color Cylindrical-coordinate representation of color #EAFAE2: hue angle of 100º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAFAE2 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB234250226-
CMYK0.0600.100.02
HSL100º70.59%93.33%-
HSV(B)100º9.6%98.04%-
XYZ81.8491.3585.27-
YUV242.48118.7121.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.96%
GREEN value IS 250 (98.05% from 255) = 35.21%
BLUE value IS 226 (88.67% from 255) = 31.83%
R=32.96%
G=35.21%
B=31.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342502260.0600.100.0210070.5993.33
HexEAFAE260A264475d
Octal35237234260122144107135
Binary1110101011111010111000101100101010110010010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFAE2; }

 p { color: rgb(234,250,226); }

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

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

 a { background-color: rgb(234,250,226); }

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

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

 span { border-color: rgb(234,250,226); }

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