#ECFAA9

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

Shades of Australian Mint #ECFAA9

Tints of Australian Mint #ECFAA9

Color information

#ECFAA9 (or 0xECFAA9) is unknown color: approx Australian Mint. HEX triplet: EC, FA and A9. RGB value is (236,250,169). Sum of RGB (Red+Green+Blue) = 236+250+169=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 169 (66.41% from 255 or 25.80% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFAA9 is #130556. Grayscale: #ECECEC. Windows color (decimal): -1246551 or 11139820. OLE color: 11139820.

HSL color Cylindrical-coordinate representation of color #ECFAA9: hue angle of 70.37º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECFAA9 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB236250169-
CMYK0.0600.320.02
HSL70.37º89.01%82.16%-
HSV(B)70.37º32.4%98.04%-
XYZ75.9489.0750.73-
YUV236.5889.86127.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.03%
GREEN value IS 250 (98.05% from 255) = 38.17%
BLUE value IS 169 (66.41% from 255) = 25.80%
R=36.03%
G=38.17%
B=25.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362501690.0600.320.0270.3789.0182.16
HexECFAA960202465952
Octal35437225160402106131122
Binary111011001111101010101001110010000010100011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFAA9; }

 p { color: rgb(236,250,169); }

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

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

 a { background-color: rgb(236,250,169); }

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

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

 span { border-color: rgb(236,250,169); }

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