#EAFAE0

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

Shades of Panache #EAFAE0

Tints of Panache #EAFAE0

Color information

#EAFAE0 (or 0xEAFAE0) is unknown color: approx Panache. HEX triplet: EA, FA and E0. RGB value is (234,250,224). Sum of RGB (Red+Green+Blue) = 234+250+224=708 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.05% from 708); Green value is 250 (98.05% from 255 or 35.31% from 708); Blue value is 224 (87.89% from 255 or 31.64% from 708); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFAE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFAE0 is #15051F. Grayscale: #F2F2F2. Windows color (decimal): -1377568 or 14744298. OLE color: 14744298.

HSL color Cylindrical-coordinate representation of color #EAFAE0: hue angle of 96.92º degrees, saturation: 0.72, 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 #EAFAE0 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB234250224-
CMYK0.0600.100.02
HSL96.92º72.22%92.94%-
HSV(B)96.92º10.4%98.04%-
XYZ81.5791.2583.83-
YUV242.25117.7122.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.05%
GREEN value IS 250 (98.05% from 255) = 35.31%
BLUE value IS 224 (87.89% from 255) = 31.64%
R=33.05%
G=35.31%
B=31.64%

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
Decimal2342502240.0600.100.0296.9272.2292.94
HexEAFAE060A261485d
Octal35237234060122141110135
Binary1110101011111010111000001100101010110000110010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFAE0; }

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

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

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

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

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

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

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

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