#ECF2AD

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

Shades of Australian Mint #ECF2AD

Tints of Australian Mint #ECF2AD

Color information

#ECF2AD (or 0xECF2AD) is unknown color: approx Australian Mint. HEX triplet: EC, F2 and AD. RGB value is (236,242,173). Sum of RGB (Red+Green+Blue) = 236+242+173=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 173 (67.97% from 255 or 26.57% from 651); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF2AD is #130D52. Grayscale: #E8E8E8. Windows color (decimal): -1248595 or 11399916. OLE color: 11399916.

HSL color Cylindrical-coordinate representation of color #ECF2AD: hue angle of 65.22º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECF2AD is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB236242173-
CMYK0.0200.290.05
HSL65.22º72.63%81.37%-
HSV(B)65.22º28.51%94.9%-
XYZ73.8984.3551.92-
YUV232.3494.51130.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.25%
GREEN value IS 242 (94.92% from 255) = 37.17%
BLUE value IS 173 (67.97% from 255) = 26.57%
R=36.25%
G=37.17%
B=26.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362421730.0200.290.0565.2272.6381.37
HexECF2AD201D5414951
Octal35436225520355101111121
Binary11101100111100101010110110011101101100000110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF2AD; }

 p { color: rgb(236,242,173); }

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

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

 a { background-color: rgb(236,242,173); }

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

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

 span { border-color: rgb(236,242,173); }

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