#ECF8AA

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

Shades of Australian Mint #ECF8AA

Tints of Australian Mint #ECF8AA

Color information

#ECF8AA (or 0xECF8AA) is unknown color: approx Australian Mint. HEX triplet: EC, F8 and AA. RGB value is (236,248,170). Sum of RGB (Red+Green+Blue) = 236+248+170=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 248 (97.27% from 255 or 37.92% from 654); Blue value is 170 (66.80% from 255 or 25.99% from 654); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF8AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF8AA is #130755. Grayscale: #EBEBEB. Windows color (decimal): -1247062 or 11204844. OLE color: 11204844.

HSL color Cylindrical-coordinate representation of color #ECF8AA: hue angle of 69.23º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECF8AA is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB236248170-
CMYK0.0500.310.03
HSL69.23º84.78%81.96%-
HSV(B)69.23º31.45%97.25%-
XYZ75.4287.8751.02-
YUV235.5291.02128.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.09%
GREEN value IS 248 (97.27% from 255) = 37.92%
BLUE value IS 170 (66.80% from 255) = 25.99%
R=36.09%
G=37.92%
B=25.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2362481700.0500.310.0369.2384.7881.96
HexECF8AA501F3455552
Octal35437025250373105125122
Binary11101100111110001010101010101111111100010110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF8AA; }

 p { color: rgb(236,248,170); }

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

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

 a { background-color: rgb(236,248,170); }

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

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

 span { border-color: rgb(236,248,170); }

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