#ECFAAF

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

Shades of Australian Mint #ECFAAF

Tints of Australian Mint #ECFAAF

Color information

#ECFAAF (or 0xECFAAF) is unknown color: approx Australian Mint. HEX triplet: EC, FA and AF. RGB value is (236,250,175). Sum of RGB (Red+Green+Blue) = 236+250+175=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 175 (68.75% from 255 or 26.48% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFAAF is #130550. Grayscale: #EDEDED. Windows color (decimal): -1246545 or 11533036. OLE color: 11533036.

HSL color Cylindrical-coordinate representation of color #ECFAAF: hue angle of 71.2º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECFAAF is Cyan = 0.06, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB236250175-
CMYK0.0600.30.02
HSL71.2º88.24%83.33%-
HSV(B)71.2º30%98.04%-
XYZ76.5289.353.76-
YUV237.2692.86127.1-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.70%
GREEN value IS 250 (98.05% from 255) = 37.82%
BLUE value IS 175 (68.75% from 255) = 26.48%
R=35.70%
G=37.82%
B=26.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362501750.0600.30.0271.288.2483.33
HexECFAAF601E2475853
Octal35437225760362107130123
Binary11101100111110101010111111001111010100011110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFAAF; }

 p { color: rgb(236,250,175); }

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

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

 a { background-color: rgb(236,250,175); }

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

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

 span { border-color: rgb(236,250,175); }

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