#EAFCE5

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

Shades of Panache #EAFCE5

Tints of Panache #EAFCE5

Color information

#EAFCE5 (or 0xEAFCE5) is unknown color: approx Panache. HEX triplet: EA, FC and E5. RGB value is (234,252,229). Sum of RGB (Red+Green+Blue) = 234+252+229=715 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.73% from 715); Green value is 252 (98.83% from 255 or 35.24% from 715); Blue value is 229 (89.84% from 255 or 32.03% from 715); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFCE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFCE5 is #15031A. Grayscale: #F4F4F4. Windows color (decimal): -1377051 or 15072490. OLE color: 15072490.

HSL color Cylindrical-coordinate representation of color #EAFCE5: hue angle of 106.96º degrees, saturation: 0.79, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAFCE5 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB234252229-
CMYK0.0700.090.01
HSL106.96º79.31%94.31%-
HSV(B)106.96º9.13%98.82%-
XYZ82.8892.7787.67-
YUV244119.54120.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.73%
GREEN value IS 252 (98.83% from 255) = 35.24%
BLUE value IS 229 (89.84% from 255) = 32.03%
R=32.73%
G=35.24%
B=32.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342522290.0700.090.01106.9679.3194.31
HexEAFCE570916b4f5e
Octal35237434570111153117136
Binary111010101111110011100101111010011110101110011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFCE5; }

 p { color: rgb(234,252,229); }

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

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

 a { background-color: rgb(234,252,229); }

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

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

 span { border-color: rgb(234,252,229); }

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