#EAF3A1

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

Shades of Australian Mint #EAF3A1

Tints of Australian Mint #EAF3A1

Color information

#EAF3A1 (or 0xEAF3A1) is unknown color: approx Australian Mint. HEX triplet: EA, F3 and A1. RGB value is (234,243,161). Sum of RGB (Red+Green+Blue) = 234+243+161=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 243 (95.31% from 255 or 38.09% from 638); Blue value is 161 (63.28% from 255 or 25.24% from 638); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF3A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF3A1 is #150C5E. Grayscale: #E7E7E7. Windows color (decimal): -1379423 or 10613738. OLE color: 10613738.

HSL color Cylindrical-coordinate representation of color #EAF3A1: hue angle of 66.59º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAF3A1 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB234243161-
CMYK0.0400.340.05
HSL66.59º77.36%79.22%-
HSV(B)66.59º33.74%95.29%-
XYZ72.4284.1746.15-
YUV230.9688.52130.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.68%
GREEN value IS 243 (95.31% from 255) = 38.09%
BLUE value IS 161 (63.28% from 255) = 25.24%
R=36.68%
G=38.09%
B=25.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342431610.0400.340.0566.5977.3679.22
HexEAF3A140225434d4f
Octal35236324140425103115117
Binary1110101011110011101000011000100010101100001110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF3A1; }

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

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

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

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

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

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

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

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