#EEF2AD

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

Shades of Australian Mint #EEF2AD

Tints of Australian Mint #EEF2AD

Color information

#EEF2AD (or 0xEEF2AD) is unknown color: approx Australian Mint. HEX triplet: EE, F2 and AD. RGB value is (238,242,173). Sum of RGB (Red+Green+Blue) = 238+242+173=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 242 (94.92% from 255 or 37.06% from 653); Blue value is 173 (67.97% from 255 or 26.49% from 653); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF2AD is #110D52. Grayscale: #E9E9E9. Windows color (decimal): -1117523 or 11399918. OLE color: 11399918.

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

Color convert

RGB238242173-
CMYK0.0200.290.05
HSL63.48º72.63%81.37%-
HSV(B)63.48º28.51%94.9%-
XYZ74.5584.751.95-
YUV232.9494.17131.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.45%
GREEN value IS 242 (94.92% from 255) = 37.06%
BLUE value IS 173 (67.97% from 255) = 26.49%
R=36.45%
G=37.06%
B=26.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382421730.0200.290.0563.4872.6381.37
HexEEF2AD201D53f4951
Octal3563622552035577111121
Binary1110111011110010101011011001110110111111110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF2AD; }

 p { color: rgb(238,242,173); }

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

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

 a { background-color: rgb(238,242,173); }

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

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

 span { border-color: rgb(238,242,173); }

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