#EAFAA5

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

Shades of Australian Mint #EAFAA5

Tints of Australian Mint #EAFAA5

Color information

#EAFAA5 (or 0xEAFAA5) is unknown color: approx Australian Mint. HEX triplet: EA, FA and A5. RGB value is (234,250,165). Sum of RGB (Red+Green+Blue) = 234+250+165=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 165 (64.84% from 255 or 25.42% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFAA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFAA5 is #15055A. Grayscale: #EBEBEB. Windows color (decimal): -1377627 or 10877674. OLE color: 10877674.

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

Color convert

RGB234250165-
CMYK0.0600.340.02
HSL71.29º89.47%81.37%-
HSV(B)71.29º34%98.04%-
XYZ74.9188.5848.75-
YUV235.5388.2126.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.06%
GREEN value IS 250 (98.05% from 255) = 38.52%
BLUE value IS 165 (64.84% from 255) = 25.42%
R=36.06%
G=38.52%
B=25.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342501650.0600.340.0271.2989.4781.37
HexEAFAA560222475951
Octal35237224560422107131121
Binary111010101111101010100101110010001010100011110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFAA5; }

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

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

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

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

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

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

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

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