#EFFAAE

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

Shades of Australian Mint #EFFAAE

Tints of Australian Mint #EFFAAE

Color information

#EFFAAE (or 0xEFFAAE) is unknown color: approx Australian Mint. HEX triplet: EF, FA and AE. RGB value is (239,250,174). Sum of RGB (Red+Green+Blue) = 239+250+174=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 174 (68.36% from 255 or 26.24% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFAAE is #100551. Grayscale: #EEEEEE. Windows color (decimal): -1049938 or 11467503. OLE color: 11467503.

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

Color convert

RGB239250174-
CMYK0.0400.300.02
HSL68.68º88.37%83.14%-
HSV(B)68.68º30.4%98.04%-
XYZ77.4289.7853.29-
YUV238.0591.86128.68-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.05%
GREEN value IS 250 (98.05% from 255) = 37.71%
BLUE value IS 174 (68.36% from 255) = 26.24%
R=36.05%
G=37.71%
B=26.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392501740.0400.300.0268.6888.3783.14
HexEFFAAE401E2455853
Octal35737225640362105130123
Binary11101111111110101010111010001111010100010110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFAAE; }

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

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

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

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

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

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

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

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