#EEF1AA

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

Shades of Australian Mint #EEF1AA

Tints of Australian Mint #EEF1AA

Color information

#EEF1AA (or 0xEEF1AA) is unknown color: approx Australian Mint. HEX triplet: EE, F1 and AA. RGB value is (238,241,170). Sum of RGB (Red+Green+Blue) = 238+241+170=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 170 (66.80% from 255 or 26.19% from 649); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF1AA is #110E55. Grayscale: #E8E8E8. Windows color (decimal): -1117782 or 11203054. OLE color: 11203054.

HSL color Cylindrical-coordinate representation of color #EEF1AA: hue angle of 62.54º 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 #EEF1AA is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB238241170-
CMYK0.0100.290.05
HSL62.54º71.72%80.59%-
HSV(B)62.54º29.46%94.51%-
XYZ73.9783.9950.34-
YUV232.0193.01132.27-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.67%
GREEN value IS 241 (94.53% from 255) = 37.13%
BLUE value IS 170 (66.80% from 255) = 26.19%
R=36.67%
G=37.13%
B=26.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382411700.0100.290.0562.5471.7280.59
HexEEF1AA101D53f4851
Octal3563612521035577110121
Binary111011101111000110101010101110110111111110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF1AA; }

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

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

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

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

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

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

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

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