#EAFAE4

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

Shades of Panache #EAFAE4

Tints of Panache #EAFAE4

Color information

#EAFAE4 (or 0xEAFAE4) is unknown color: approx Panache. HEX triplet: EA, FA and E4. RGB value is (234,250,228). Sum of RGB (Red+Green+Blue) = 234+250+228=712 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.87% from 712); Green value is 250 (98.05% from 255 or 35.11% from 712); Blue value is 228 (89.45% from 255 or 32.02% from 712); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFAE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFAE4 is #15051B. Grayscale: #F2F2F2. Windows color (decimal): -1377564 or 15006442. OLE color: 15006442.

HSL color Cylindrical-coordinate representation of color #EAFAE4: hue angle of 103.64º degrees, saturation: 0.69, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAFAE4 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB234250228-
CMYK0.0600.090.02
HSL103.64º68.75%93.73%-
HSV(B)103.64º8.8%98.04%-
XYZ82.1291.4786.73-
YUV242.71119.7121.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.87%
GREEN value IS 250 (98.05% from 255) = 35.11%
BLUE value IS 228 (89.45% from 255) = 32.02%
R=32.87%
G=35.11%
B=32.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342502280.0600.090.02103.6468.7593.73
HexEAFAE4609268455e
Octal35237234460112150105136
Binary1110101011111010111001001100100110110100010001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFAE4; }

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

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

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

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

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

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

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

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