#ecf8a2

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

Shades of Australian Mint #ECF8A2

Tints of Australian Mint #ECF8A2

Color information

#ECF8A2 (or 0xECF8A2) is unknown color: approx Australian Mint. HEX triplet: EC, F8 and A2. RGB value is (236,248,162). Sum of RGB (Red+Green+Blue) = 236+248+162=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 248 (97.27% from 255 or 38.39% from 646); Blue value is 162 (63.67% from 255 or 25.08% from 646); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF8A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF8A2 is #13075D. Grayscale: #EAEAEA. Windows color (decimal): -1247070 or 10680556. OLE color: 10680556.

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

Color convert

RGB236248162-
CMYK0.0500.350.03
HSL68.37º86%80.39%-
HSV(B)68.37º34.68%97.25%-
XYZ74.6887.5847.15-
YUV234.6187.02128.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.53%
GREEN value IS 248 (97.27% from 255) = 38.39%
BLUE value IS 162 (63.67% from 255) = 25.08%
R=36.53%
G=38.39%
B=25.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2362481620.0500.350.0368.378680.39
HexECF8A250233445650
Octal35437024250433104126120
Binary111011001111100010100010101010001111100010010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ecf8a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ecf8a2; }

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

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

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

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

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

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

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

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