#ECF9B4

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

Shades of Australian Mint #ECF9B4

Tints of Australian Mint #ECF9B4

Color information

#ECF9B4 (or 0xECF9B4) is unknown color: approx Australian Mint. HEX triplet: EC, F9 and B4. RGB value is (236,249,180). Sum of RGB (Red+Green+Blue) = 236+249+180=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 249 (97.66% from 255 or 37.44% from 665); Blue value is 180 (70.70% from 255 or 27.07% from 665); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF9B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF9B4 is #13064B. Grayscale: #EDEDED. Windows color (decimal): -1246796 or 11860460. OLE color: 11860460.

HSL color Cylindrical-coordinate representation of color #ECF9B4: hue angle of 71.3º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECF9B4 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB236249180-
CMYK0.0500.280.02
HSL71.3º85.19%84.12%-
HSV(B)71.3º27.71%97.65%-
XYZ76.7188.8856.29-
YUV237.2595.69127.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.49%
GREEN value IS 249 (97.66% from 255) = 37.44%
BLUE value IS 180 (70.70% from 255) = 27.07%
R=35.49%
G=37.44%
B=27.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362491800.0500.280.0271.385.1984.12
HexECF9B4501C2475554
Octal35437126450342107125124
Binary11101100111110011011010010101110010100011110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF9B4; }

 p { color: rgb(236,249,180); }

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

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

 a { background-color: rgb(236,249,180); }

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

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

 span { border-color: rgb(236,249,180); }

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