#EAF1AA

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

Shades of Australian Mint #EAF1AA

Tints of Australian Mint #EAF1AA

Color information

#EAF1AA (or 0xEAF1AA) is unknown color: approx Australian Mint. HEX triplet: EA, F1 and AA. RGB value is (234,241,170). Sum of RGB (Red+Green+Blue) = 234+241+170=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 241 (94.53% from 255 or 37.36% from 645); Blue value is 170 (66.80% from 255 or 26.36% from 645); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF1AA is #150E55. Grayscale: #E7E7E7. Windows color (decimal): -1379926 or 11203050. OLE color: 11203050.

HSL color Cylindrical-coordinate representation of color #EAF1AA: hue angle of 65.92º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAF1AA is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB234241170-
CMYK0.0300.290.05
HSL65.92º71.72%80.59%-
HSV(B)65.92º29.46%94.51%-
XYZ72.6483.3150.28-
YUV230.8193.68130.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.28%
GREEN value IS 241 (94.53% from 255) = 37.36%
BLUE value IS 170 (66.80% from 255) = 26.36%
R=36.28%
G=37.36%
B=26.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342411700.0300.290.0565.9271.7280.59
HexEAF1AA301D5424851
Octal35236125230355102110121
Binary11101010111100011010101011011101101100001010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF1AA; }

 p { color: rgb(234,241,170); }

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

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

 a { background-color: rgb(234,241,170); }

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

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

 span { border-color: rgb(234,241,170); }

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