#ECF8AE

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

Shades of Australian Mint #ECF8AE

Tints of Australian Mint #ECF8AE

Color information

#ECF8AE (or 0xECF8AE) is unknown color: approx Australian Mint. HEX triplet: EC, F8 and AE. RGB value is (236,248,174). Sum of RGB (Red+Green+Blue) = 236+248+174=658 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.87% from 658); Green value is 248 (97.27% from 255 or 37.69% from 658); Blue value is 174 (68.36% from 255 or 26.44% from 658); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF8AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF8AE is #130751. Grayscale: #ECECEC. Windows color (decimal): -1247058 or 11466988. OLE color: 11466988.

HSL color Cylindrical-coordinate representation of color #ECF8AE: hue angle of 69.73º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECF8AE is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB236248174-
CMYK0.0500.300.03
HSL69.73º84.09%82.75%-
HSV(B)69.73º29.84%97.25%-
XYZ75.888.0253.04-
YUV235.9893.02128.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.87%
GREEN value IS 248 (97.27% from 255) = 37.69%
BLUE value IS 174 (68.36% from 255) = 26.44%
R=35.87%
G=37.69%
B=26.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2362481740.0500.300.0369.7384.0982.75
HexECF8AE501E3465453
Octal35437025650363106124123
Binary11101100111110001010111010101111011100011010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF8AE; }

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

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

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

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

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

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

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

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