#EAF5E4

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

Shades of Panache #EAF5E4

Tints of Panache #EAF5E4

Color information

#EAF5E4 (or 0xEAF5E4) is unknown color: approx Panache. HEX triplet: EA, F5 and E4. RGB value is (234,245,228). Sum of RGB (Red+Green+Blue) = 234+245+228=707 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.10% from 707); Green value is 245 (96.09% from 255 or 34.65% from 707); Blue value is 228 (89.45% from 255 or 32.25% from 707); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF5E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF5E4 is #150A1B. Grayscale: #EFEFEF. Windows color (decimal): -1378844 or 15005162. OLE color: 15005162.

HSL color Cylindrical-coordinate representation of color #EAF5E4: hue angle of 98.82º degrees, saturation: 0.46, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EAF5E4 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB234245228-
CMYK0.0400.070.04
HSL98.82º45.95%92.75%-
HSV(B)98.82º6.94%96.08%-
XYZ80.5988.486.21-
YUV239.77121.36123.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.10%
GREEN value IS 245 (96.09% from 255) = 34.65%
BLUE value IS 228 (89.45% from 255) = 32.25%
R=33.10%
G=34.65%
B=32.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342452280.0400.070.0498.8245.9592.75
HexEAF5E44074632e5d
Octal352365344407414356135
Binary111010101111010111100100100011110011000111011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF5E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF5E4; }

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

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

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

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

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

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

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

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