#ECF3AA

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

Shades of Australian Mint #ECF3AA

Tints of Australian Mint #ECF3AA

Color information

#ECF3AA (or 0xECF3AA) is unknown color: approx Australian Mint. HEX triplet: EC, F3 and AA. RGB value is (236,243,170). Sum of RGB (Red+Green+Blue) = 236+243+170=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 243 (95.31% from 255 or 37.44% from 649); Blue value is 170 (66.80% from 255 or 26.19% from 649); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF3AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF3AA is #130C55. Grayscale: #E8E8E8. Windows color (decimal): -1248342 or 11203564. OLE color: 11203564.

HSL color Cylindrical-coordinate representation of color #ECF3AA: hue angle of 65.75º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECF3AA is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB236243170-
CMYK0.0300.300.05
HSL65.75º75.26%80.98%-
HSV(B)65.75º30.04%95.29%-
XYZ73.984.8450.51-
YUV232.5892.68130.44-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.36%
GREEN value IS 243 (95.31% from 255) = 37.44%
BLUE value IS 170 (66.80% from 255) = 26.19%
R=36.36%
G=37.44%
B=26.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362431700.0300.300.0565.7575.2680.98
HexECF3AA301E5424b51
Octal35436325230365102113121
Binary11101100111100111010101011011110101100001010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF3AA; }

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

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

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

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

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

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

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

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