#EEFAAE

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

Shades of Australian Mint #EEFAAE

Tints of Australian Mint #EEFAAE

Color information

#EEFAAE (or 0xEEFAAE) is unknown color: approx Australian Mint. HEX triplet: EE, FA and AE. RGB value is (238,250,174). Sum of RGB (Red+Green+Blue) = 238+250+174=662 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.95% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 174 (68.36% from 255 or 26.28% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFAAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFAAE is #110551. Grayscale: #EEEEEE. Windows color (decimal): -1115474 or 11467502. OLE color: 11467502.

HSL color Cylindrical-coordinate representation of color #EEFAAE: hue angle of 69.47º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEFAAE is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB238250174-
CMYK0.0500.300.02
HSL69.47º88.37%83.14%-
HSV(B)69.47º30.4%98.04%-
XYZ77.0989.653.28-
YUV237.7592.02128.18-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.95%
GREEN value IS 250 (98.05% from 255) = 37.76%
BLUE value IS 174 (68.36% from 255) = 26.28%
R=35.95%
G=37.76%
B=26.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382501740.0500.300.0269.4788.3783.14
HexEEFAAE501E2455853
Octal35637225650362105130123
Binary11101110111110101010111010101111010100010110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFAAE; }

 p { color: rgb(238,250,174); }

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

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

 a { background-color: rgb(238,250,174); }

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

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

 span { border-color: rgb(238,250,174); }

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