#EEF2AB

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

Shades of Australian Mint #EEF2AB

Tints of Australian Mint #EEF2AB

Color information

#EEF2AB (or 0xEEF2AB) is unknown color: approx Australian Mint. HEX triplet: EE, F2 and AB. RGB value is (238,242,171). Sum of RGB (Red+Green+Blue) = 238+242+171=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 171 (67.19% from 255 or 26.27% from 651); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF2AB is #110D54. Grayscale: #E8E8E8. Windows color (decimal): -1117525 or 11268846. OLE color: 11268846.

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

Color convert

RGB238242171-
CMYK0.0200.290.05
HSL63.38º73.2%80.98%-
HSV(B)63.38º29.34%94.9%-
XYZ74.3684.6250.94-
YUV232.7193.17131.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.56%
GREEN value IS 242 (94.92% from 255) = 37.17%
BLUE value IS 171 (67.19% from 255) = 26.27%
R=36.56%
G=37.17%
B=26.27%

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
Decimal2382421710.0200.290.0563.3873.280.98
HexEEF2AB201D53f4951
Octal3563622532035577111121
Binary1110111011110010101010111001110110111111110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF2AB; }

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

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

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

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

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

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

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

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