#ECFBA1

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

Shades of Australian Mint #ECFBA1

Tints of Australian Mint #ECFBA1

Color information

#ECFBA1 (or 0xECFBA1) is unknown color: approx Australian Mint. HEX triplet: EC, FB and A1. RGB value is (236,251,161). Sum of RGB (Red+Green+Blue) = 236+251+161=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 161 (63.28% from 255 or 24.85% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #ECFBA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFBA1 is #13045E. Grayscale: #ECECEC. Windows color (decimal): -1246303 or 10615788. OLE color: 10615788.

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

Color convert

RGB236251161-
CMYK0.0600.360.02
HSL70º91.84%80.78%-
HSV(B)70º35.86%98.43%-
XYZ75.5289.446.99-
YUV236.2685.53127.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.42%
GREEN value IS 251 (98.44% from 255) = 38.73%
BLUE value IS 161 (63.28% from 255) = 24.85%
R=36.42%
G=38.73%
B=24.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362511610.0600.360.027091.8480.78
HexECFBA160242465c51
Octal35437324160442106134121
Binary111011001111101110100001110010010010100011010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFBA1; }

 p { color: rgb(236,251,161); }

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

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

 a { background-color: rgb(236,251,161); }

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

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

 span { border-color: rgb(236,251,161); }

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