#EAFCB9

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

Shades of Snow Flurry #EAFCB9

Tints of Snow Flurry #EAFCB9

Color information

#EAFCB9 (or 0xEAFCB9) is unknown color: approx Snow Flurry. HEX triplet: EA, FC and B9. RGB value is (234,252,185). Sum of RGB (Red+Green+Blue) = 234+252+185=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 252 (98.83% from 255 or 37.56% from 671); Blue value is 185 (72.66% from 255 or 27.57% from 671); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFCB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFCB9 is #150346. Grayscale: #EFEFEF. Windows color (decimal): -1377095 or 12188906. OLE color: 12188906.

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

Color convert

RGB234252185-
CMYK0.0700.270.01
HSL76.12º91.78%85.69%-
HSV(B)76.12º26.59%98.82%-
XYZ77.590.6259.3-
YUV238.9897.54124.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.87%
GREEN value IS 252 (98.83% from 255) = 37.56%
BLUE value IS 185 (72.66% from 255) = 27.57%
R=34.87%
G=37.56%
B=27.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342521850.0700.270.0176.1291.7885.69
HexEAFCB9701B14c5c56
Octal35237427170331114134126
Binary1110101011111100101110011110110111100110010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFCB9; }

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

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

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

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

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

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

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

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