#EEF6AA

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

Shades of Australian Mint #EEF6AA

Tints of Australian Mint #EEF6AA

Color information

#EEF6AA (or 0xEEF6AA) is unknown color: approx Australian Mint. HEX triplet: EE, F6 and AA. RGB value is (238,246,170). Sum of RGB (Red+Green+Blue) = 238+246+170=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 246 (96.48% from 255 or 37.61% from 654); Blue value is 170 (66.80% from 255 or 25.99% from 654); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF6AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF6AA is #110955. Grayscale: #EBEBEB. Windows color (decimal): -1116502 or 11204334. OLE color: 11204334.

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

Color convert

RGB238246170-
CMYK0.0300.310.04
HSL66.32º80.85%81.57%-
HSV(B)66.32º30.89%96.47%-
XYZ75.4786.9950.84-
YUV234.9491.35130.18-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.39%
GREEN value IS 246 (96.48% from 255) = 37.61%
BLUE value IS 170 (66.80% from 255) = 25.99%
R=36.39%
G=37.61%
B=25.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382461700.0300.310.0466.3280.8581.57
HexEEF6AA301F4425152
Octal35636625230374102121122
Binary11101110111101101010101011011111100100001010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF6AA; }

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

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

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

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

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

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

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

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