#ECFAA4

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

Shades of Australian Mint #ECFAA4

Tints of Australian Mint #ECFAA4

Color information

#ECFAA4 (or 0xECFAA4) is unknown color: approx Australian Mint. HEX triplet: EC, FA and A4. RGB value is (236,250,164). Sum of RGB (Red+Green+Blue) = 236+250+164=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 164 (64.45% from 255 or 25.23% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFAA4 is #13055B. Grayscale: #ECECEC. Windows color (decimal): -1246556 or 10812140. OLE color: 10812140.

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

Color convert

RGB236250164-
CMYK0.0600.340.02
HSL69.77º89.58%81.18%-
HSV(B)69.77º34.4%98.04%-
XYZ75.4888.8848.3-
YUV236.0187.36127.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.31%
GREEN value IS 250 (98.05% from 255) = 38.46%
BLUE value IS 164 (64.45% from 255) = 25.23%
R=36.31%
G=38.46%
B=25.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362501640.0600.340.0269.7789.5881.18
HexECFAA460222465a51
Octal35437224460422106132121
Binary111011001111101010100100110010001010100011010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFAA4; }

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

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

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

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

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

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

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

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