#ECFFAE

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

Shades of Australian Mint #ECFFAE

Tints of Australian Mint #ECFFAE

Color information

#ECFFAE (or 0xECFFAE) is unknown color: approx Australian Mint. HEX triplet: EC, FF and AE. RGB value is (236,255,174). Sum of RGB (Red+Green+Blue) = 236+255+174=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 174 (68.36% from 255 or 26.17% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFFAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFFAE is #130051. Grayscale: #F0F0F0. Windows color (decimal): -1245266 or 11468780. OLE color: 11468780.

HSL color Cylindrical-coordinate representation of color #ECFFAE: hue angle of 74.07º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECFFAE is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB236255174-
CMYK0.0700.320
HSL74.07º100%84.12%-
HSV(B)74.07º31.76%100%-
XYZ77.9992.4153.77-
YUV240.0890.71125.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.49%
GREEN value IS 255 (100% from 255) = 38.35%
BLUE value IS 174 (68.36% from 255) = 26.17%
R=35.49%
G=38.35%
B=26.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2362551740.0700.32074.0710084.12
HexECFFAE702004a6454
Octal35437725670400112144124
Binary11101100111111111010111011101000000100101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFFAE; }

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

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

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

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

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

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

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

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