#ECFBA8

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

Shades of Australian Mint #ECFBA8

Tints of Australian Mint #ECFBA8

Color information

#ECFBA8 (or 0xECFBA8) is unknown color: approx Australian Mint. HEX triplet: EC, FB and A8. RGB value is (236,251,168). Sum of RGB (Red+Green+Blue) = 236+251+168=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 168 (66.02% from 255 or 25.65% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #ECFBA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFBA8 is #130457. Grayscale: #EDEDED. Windows color (decimal): -1246296 or 11074540. OLE color: 11074540.

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

Color convert

RGB236251168-
CMYK0.0600.330.02
HSL70.84º91.21%82.16%-
HSV(B)70.84º33.07%98.43%-
XYZ76.1689.6550.34-
YUV237.0589.03127.25-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.03%
GREEN value IS 251 (98.44% from 255) = 38.32%
BLUE value IS 168 (66.02% from 255) = 25.65%
R=36.03%
G=38.32%
B=25.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362511680.0600.330.0270.8491.2182.16
HexECFBA860212475b52
Octal35437325060412107133122
Binary111011001111101110101000110010000110100011110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFBA8; }

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

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

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

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

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

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

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

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