#EEF8AA

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

Shades of Australian Mint #EEF8AA

Tints of Australian Mint #EEF8AA

Color information

#EEF8AA (or 0xEEF8AA) is unknown color: approx Australian Mint. HEX triplet: EE, F8 and AA. RGB value is (238,248,170). Sum of RGB (Red+Green+Blue) = 238+248+170=656 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.28% from 656); Green value is 248 (97.27% from 255 or 37.80% from 656); Blue value is 170 (66.80% from 255 or 25.91% from 656); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF8AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF8AA is #110755. Grayscale: #ECECEC. Windows color (decimal): -1115990 or 11204846. OLE color: 11204846.

HSL color Cylindrical-coordinate representation of color #EEF8AA: hue angle of 67.69º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEF8AA is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB238248170-
CMYK0.0400.310.03
HSL67.69º84.78%81.96%-
HSV(B)67.69º31.45%97.25%-
XYZ76.0888.2151.05-
YUV236.1290.69129.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.28%
GREEN value IS 248 (97.27% from 255) = 37.80%
BLUE value IS 170 (66.80% from 255) = 25.91%
R=36.28%
G=37.80%
B=25.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2382481700.0400.310.0367.6984.7881.96
HexEEF8AA401F3445552
Octal35637025240373104125122
Binary11101110111110001010101010001111111100010010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF8AA; }

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

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

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

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

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

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

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

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