#EAF0A3

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

Shades of Australian Mint #EAF0A3

Tints of Australian Mint #EAF0A3

Color information

#EAF0A3 (or 0xEAF0A3) is unknown color: approx Australian Mint. HEX triplet: EA, F0 and A3. RGB value is (234,240,163). Sum of RGB (Red+Green+Blue) = 234+240+163=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 163 (64.06% from 255 or 25.59% from 637); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF0A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF0A3 is #150F5C. Grayscale: #E5E5E5. Windows color (decimal): -1380189 or 10744042. OLE color: 10744042.

HSL color Cylindrical-coordinate representation of color #EAF0A3: hue angle of 64.68º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAF0A3 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB234240163-
CMYK0.0200.320.06
HSL64.68º71.96%79.02%-
HSV(B)64.68º32.08%94.12%-
XYZ71.782.4646.79-
YUV229.4390.51131.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.73%
GREEN value IS 240 (94.14% from 255) = 37.68%
BLUE value IS 163 (64.06% from 255) = 25.59%
R=36.73%
G=37.68%
B=25.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342401630.0200.320.0664.6871.9679.02
HexEAF0A32020641484f
Octal35236024320406101110117
Binary111010101111000010100011100100000110100000110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF0A3; }

 p { color: rgb(234,240,163); }

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

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

 a { background-color: rgb(234,240,163); }

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

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

 span { border-color: rgb(234,240,163); }

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