#EAFBE4

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

Shades of Panache #EAFBE4

Tints of Panache #EAFBE4

Color information

#EAFBE4 (or 0xEAFBE4) is unknown color: approx Panache. HEX triplet: EA, FB and E4. RGB value is (234,251,228). Sum of RGB (Red+Green+Blue) = 234+251+228=713 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.82% from 713); Green value is 251 (98.44% from 255 or 35.20% from 713); Blue value is 228 (89.45% from 255 or 31.98% from 713); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFBE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFBE4 is #15041B. Grayscale: #F3F3F3. Windows color (decimal): -1377308 or 15006698. OLE color: 15006698.

HSL color Cylindrical-coordinate representation of color #EAFBE4: hue angle of 104.35º degrees, saturation: 0.74, 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 #EAFBE4 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB234251228-
CMYK0.0700.090.02
HSL104.35º74.19%93.92%-
HSV(B)104.35º9.16%98.43%-
XYZ82.4392.0986.83-
YUV243.3119.37121.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.82%
GREEN value IS 251 (98.44% from 255) = 35.20%
BLUE value IS 228 (89.45% from 255) = 31.98%
R=32.82%
G=35.20%
B=31.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342512280.0700.090.02104.3574.1993.92
HexEAFBE47092684a5e
Octal35237334470112150112136
Binary1110101011111011111001001110100110110100010010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFBE4; }

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

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

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

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

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

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

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

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