#ECFAAA

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

Shades of Australian Mint #ECFAAA

Tints of Australian Mint #ECFAAA

Color information

#ECFAAA (or 0xECFAAA) is unknown color: approx Australian Mint. HEX triplet: EC, FA and AA. RGB value is (236,250,170). Sum of RGB (Red+Green+Blue) = 236+250+170=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 170 (66.80% from 255 or 25.91% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFAAA is #130555. Grayscale: #EDEDED. Windows color (decimal): -1246550 or 11205356. OLE color: 11205356.

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

Color convert

RGB236250170-
CMYK0.0600.320.02
HSL70.5º88.89%82.35%-
HSV(B)70.5º32%98.04%-
XYZ76.0389.1151.22-
YUV236.6990.36127.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.98%
GREEN value IS 250 (98.05% from 255) = 38.11%
BLUE value IS 170 (66.80% from 255) = 25.91%
R=35.98%
G=38.11%
B=25.91%

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
Decimal2362501700.0600.320.0270.588.8982.35
HexECFAAA60202465952
Octal35437225260402106131122
Binary111011001111101010101010110010000010100011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFAAA; }

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

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

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

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

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

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

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

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