#ECFFAD

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

Shades of Australian Mint #ECFFAD

Tints of Australian Mint #ECFFAD

Color information

#ECFFAD (or 0xECFFAD) is unknown color: approx Australian Mint. HEX triplet: EC, FF and AD. RGB value is (236,255,173). Sum of RGB (Red+Green+Blue) = 236+255+173=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 173 (67.97% from 255 or 26.05% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFFAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFFAD is #130052. Grayscale: #F0F0F0. Windows color (decimal): -1245267 or 11403244. OLE color: 11403244.

HSL color Cylindrical-coordinate representation of color #ECFFAD: hue angle of 73.9º 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 #ECFFAD is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB236255173-
CMYK0.0700.320
HSL73.9º100%83.92%-
HSV(B)73.9º32.16%100%-
XYZ77.8992.3753.26-
YUV239.9790.21125.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.54%
GREEN value IS 255 (100% from 255) = 38.40%
BLUE value IS 173 (67.97% from 255) = 26.05%
R=35.54%
G=38.40%
B=26.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2362551730.0700.32073.910083.92
HexECFFAD702004a6454
Octal35437725570400112144124
Binary11101100111111111010110111101000000100101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFFAD; }

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

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

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

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

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

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

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

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