#EEF2AF

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

Shades of Australian Mint #EEF2AF

Tints of Australian Mint #EEF2AF

Color information

#EEF2AF (or 0xEEF2AF) is unknown color: approx Australian Mint. HEX triplet: EE, F2 and AF. RGB value is (238,242,175). Sum of RGB (Red+Green+Blue) = 238+242+175=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 175 (68.75% from 255 or 26.72% from 655); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF2AF is #110D50. Grayscale: #E9E9E9. Windows color (decimal): -1117521 or 11530990. OLE color: 11530990.

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

Color convert

RGB238242175-
CMYK0.0200.280.05
HSL63.58º72.04%81.76%-
HSV(B)63.58º27.69%94.9%-
XYZ74.7584.7852.98-
YUV233.1795.17131.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.34%
GREEN value IS 242 (94.92% from 255) = 36.95%
BLUE value IS 175 (68.75% from 255) = 26.72%
R=36.34%
G=36.95%
B=26.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382421750.0200.280.0563.5872.0481.76
HexEEF2AF201C5404852
Octal35636225720345100110122
Binary11101110111100101010111110011100101100000010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF2AF; }

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

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

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

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

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

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

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

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