#EEF3A8

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

Shades of Australian Mint #EEF3A8

Tints of Australian Mint #EEF3A8

Color information

#EEF3A8 (or 0xEEF3A8) is unknown color: approx Australian Mint. HEX triplet: EE, F3 and A8. RGB value is (238,243,168). Sum of RGB (Red+Green+Blue) = 238+243+168=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 243 (95.31% from 255 or 37.44% from 649); Blue value is 168 (66.02% from 255 or 25.89% from 649); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF3A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF3A8 is #110C57. Grayscale: #E9E9E9. Windows color (decimal): -1117272 or 11072494. OLE color: 11072494.

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

Color convert

RGB238243168-
CMYK0.0200.310.05
HSL64º75.76%80.59%-
HSV(B)64º30.86%95.29%-
XYZ74.3885.1149.55-
YUV232.9691.34131.6-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.67%
GREEN value IS 243 (95.31% from 255) = 37.44%
BLUE value IS 168 (66.02% from 255) = 25.89%
R=36.67%
G=37.44%
B=25.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382431680.0200.310.056475.7680.59
HexEEF3A8201F5404c51
Octal35636325020375100114121
Binary11101110111100111010100010011111101100000010011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF3A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF3A8; }

 p { color: rgb(238,243,168); }

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

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

 a { background-color: rgb(238,243,168); }

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

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

 span { border-color: rgb(238,243,168); }

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