#EAFAA1

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

Shades of Australian Mint #EAFAA1

Tints of Australian Mint #EAFAA1

Color information

#EAFAA1 (or 0xEAFAA1) is unknown color: approx Australian Mint. HEX triplet: EA, FA and A1. RGB value is (234,250,161). Sum of RGB (Red+Green+Blue) = 234+250+161=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 161 (63.28% from 255 or 24.96% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFAA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFAA1 is #15055E. Grayscale: #EBEBEB. Windows color (decimal): -1377631 or 10615530. OLE color: 10615530.

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

Color convert

RGB234250161-
CMYK0.0600.360.02
HSL70.79º89.9%80.59%-
HSV(B)70.79º35.6%98.04%-
XYZ74.5588.4446.86-
YUV235.0786.2127.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.28%
GREEN value IS 250 (98.05% from 255) = 38.76%
BLUE value IS 161 (63.28% from 255) = 24.96%
R=36.28%
G=38.76%
B=24.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342501610.0600.360.0270.7989.980.59
HexEAFAA160242475a51
Octal35237224160442107132121
Binary111010101111101010100001110010010010100011110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFAA1; }

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

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

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

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

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

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

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

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